You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add make coverage command to generate a test coverage report (#42)
ci: Add `make coverage` command to generate a test coverage report
This outputs a default report, but also keeps the data files. They can
be found under `target/coverage`. The generated test binaries are
required for generating a report or showing the coverage.
0 commit comments