We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

README Badge for Tests

One cool feature on GitHub is that you can add a dynamic badge to your README.md file that shows the status of your tests.

It's a great way to show off that your code is well-tested, and that the tests are passing without users having to go check the actions tab.

Assignment

https://github.com/<OWNER>/<REPOSITORY>/actions/workflows/<WORKFLOW_FILE>/badge.svg

Your README.md file is written in markdown, and the syntax for adding an image is:

![alt text goes here](IMAGE_URL)

Paste the URL of your GitHub repo into the box and run the GitHub checks.