Commit 6d553de
authored
ci: remove HTML coverage report to eliminate mismatched data warning (#66)
## Summary
- Remove HTML coverage report generation from CI workflow
- The "36 functions have mismatched data" warning was caused by `cargo
llvm-cov report --html`, a known upstream LLVM/Rust issue
- Codecov uses `lcov.info` directly and provides a better UI, making the
HTML report redundant in CI
- The `coverage-report` recipe remains in justfile for local development
- Switch mise.toml from `ubi` to `github` backend for cargo-binstall
## Test plan
- [x] Coverage workflow runs without warnings
- [x] lcov.info still generated and uploaded to Codecov1 parent 5af69f3 commit 6d553de
2 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments