Get back to 100% coverage

Closes #30

This is achieved by running libfuzzer with USE_32_BIT_VERSIONS={OFF,ON},
and then combining the corpora. I suspect that the problem earlier was
that we only had the 32 bit corpus but were measuring coverage for 64
bit in jenkins.
This commit is contained in:
2024-06-30 21:15:42 -07:00
parent 0367ba9856
commit 2646d5eaf1
700 changed files with 4 additions and 7 deletions
Vendored
+1 -2
View File
@@ -123,8 +123,7 @@ pipeline {
'''
recordCoverage qualityGates: [[criticality: 'NOTE', metric: 'MODULE']], tools: [[parser: 'COBERTURA', pattern: 'build/coverage.xml']]
sh '''
# Temporarily remove until we finish the transition to 32-bit versions
# gcovr -f ConflictSet.cpp --fail-under-line 100 > /dev/null
gcovr -f ConflictSet.cpp --fail-under-line 100 > /dev/null
'''
}
}