524 B
524 B
Coverage
every.channel uses cargo-llvm-cov to produce formal coverage reports.
Run (Recommended: Nix)
direnv allow
./scripts/coverage.sh
To run the unit-subset coverage (does not require FFmpeg headers):
./scripts/coverage.sh unit
Artifacts:
tmp/coverage/workspace.lcovtmp/coverage/workspace.summary.txttmp/coverage/workspace-html/index.html
Run (Inside nix develop)
If you are already in nix develop, you can use:
just cov-workspace
just cov-workspace-html