GRNsight
GRNsight copied to clipboard
Hook up GitHub Actions results to badge in README
When GitHub Actions run, it would be good to see the updated badge(s) for them live
- I will add the badge using Shields.io
- Generate the badge URL using Shields.io. The URL format is:
https://img.shields.io/github/actions/workflow/status/<OWNER>/<REPO>/<WORKFLOW_FILE>?branch=<BRANCH>
- I will add badge to the GRNsight's README file
- 4. Commit and push the changes to make badge live and visible - Test Test Test
I will do the same for #1148
Before executing these steps, I tried to find a simpler way within GitHub actions to create a badge and there was!
- Within GitHub actions in the workflow, there is an option to create a URL for the status badge.
- I copied the markdown and added it to the README repository.
Success! The badge is now shown in the README!
This issue closes out the CI (continuous integration) badge but not yet coverage. That can be a new issue