We have the coverage-badge package available, which generates an SVG from the most recent coverage run, with a simple command:
coverage-badge -f -o tests/coverage.svg
How to run this automatically at some point when new code is introduced?
See #9 and #10 for more history.
We have the
coverage-badgepackage available, which generates an SVG from the most recentcoveragerun, with a simple command:How to run this automatically at some point when new code is introduced?
See #9 and #10 for more history.