shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

docs: change GitHub Actions README badge #216

Closed nfischer closed 1 year ago

nfischer commented 1 year ago

This changes the README to use a standard shields.io badge for GitHub Actions. The custom badge (https://github.com/Atrox/github-actions-badge) was cool, but the atrox.dev link doesn't work reliably. I noticed that shields has support for this now, so there's no reason to use a custom badge.

One notably difference is that this badge says the build is passing even if there's a job still in progress.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (7442e02) 100.00% compared to head (bfb5740) 100.00%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #216 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 114 114 ========================================= Hits 114 114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nfischer commented 1 year ago

Here's a preview of the badge:

GitHub Actions