mikaelacaron / Basic-Car-Maintenance

A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!
https://mikaelacaron.github.io/Basic-Car-Maintenance/documentation/basic_car_maintenance/
Apache License 2.0
214 stars 123 forks source link

235 add ci passing badge #245

Closed allanmaral closed 10 months ago

allanmaral commented 10 months ago

What it Does

How I Tested

Notes

To avoid making the badge reference the last CI run (that could be from a PR), I had to add a trigger for pushes in the dev and main branches and add the event=push parameter to the badge to make sure it shows the status of the build for the current state of that branch (see the documentation).

I used the actions badge as instructed, but the style does not match the existing ones. Shields.io provides a badge for workflow status that should work the same way:

GitHub: Unit Tests

Shields.io Unit Tests

Ps: There is no status because there are no CI runs for pushs yet.

Screenshot

image