Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: report line coverage instead of function coverage
It seems that the raw output of llvm-cov changed at some point, and we ended upcomparing functoin coverage instead of line coverage. Fix this by instead using the new json output, which will hopefully prevent such goofs in the future. Fixes #170 Signed-off-by: Patrick Roy <[email protected]>
- Loading branch information