mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

Continuous-Integration CI badge Question #384

Closed sjanefullerton closed 9 months ago

sjanefullerton commented 10 months ago

Hi @mikeizbicki,

For the continuous-integration homework, I am having trouble getting the badge to display green. Should I be changing the username for both links in the top line? If I change just the first link to my username, the badge remains red even though I am passing all test cases. However, if I change both links, the README displays as the following without any badge: Continuous Integration https://github.com/sjanefullerton/continuous-integration/actions?query=workflow%3Atests

Is there a step I might be missing when updating the README.md file? Thank you for your help!

https://github.com/sjanefullerton/continuous-integration

epaisano commented 10 months ago

Hey @sjanefullerton! I see your link doesn't point to your repo (ie: I don't see your username in the second line, which may be causing the issue). For example, this is the entire first line of my README file: # Continuous Integration ![https://github.com/epaisano/continuous-integration/actions?query=workflow%3Atests](https://github.com/epaisano/continuous-integration/workflows/tests/badge.svg) Hope this helps!

sjanefullerton commented 10 months ago

That worked! Thank you so much!!