Commit 33a83f8
Fix lcov line mismatch errors in coverage generation
Add error suppression flags to handle template-heavy C++ code:
- --ignore-errors gcov,source,mismatch for lcov capture
- --ignore-errors source for genhtml generation
These flags resolve line number mismatches that occur with compiler
optimizations and template instantiations in complex C++ codebases.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 69c0ab2 commit 33a83f8
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
0 commit comments