Show missing coverage lines in console output

This commit is contained in:
2024-08-01 15:43:09 -07:00
parent ca804f28c0
commit 561ed45e3e
Vendored
+1
View File
@@ -125,6 +125,7 @@ pipeline {
sh ''' sh '''
# Suppress again, because we haven't dealt with function multi-versioning for x86 yet # Suppress again, because we haven't dealt with function multi-versioning for x86 yet
# gcovr -f ConflictSet.cpp --fail-under-line 100 > /dev/null # gcovr -f ConflictSet.cpp --fail-under-line 100 > /dev/null
gcovr -f ConflictSet.cpp
''' '''
} }
} }