Commit d4b9903
committed
CI: track all instrumented lines in coverage report (--process-gcno)
fastcov was only processing .gcda files, which are created at runtime.
Source files compiled with --coverage but never executed by tests (most
of applications/ and tools/) had .gcno but no .gcda, so they were silently
omitted from the report.
Adding --process-gcno makes fastcov include .gcno-only files at 0%
coverage, so ALL instrumented lines across libraries, applications, and
tools are tracked. Expected tracked lines: ~377K (was ~67.5K).1 parent 8470949 commit d4b9903
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
212 | 216 | | |
213 | 217 | | |
214 | 218 | | |
| |||
0 commit comments