From 561ed45e3e9938348980fdd57bea9a90533778c6 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 1 Aug 2024 15:43:09 -0700 Subject: [PATCH] Show missing coverage lines in console output --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 96f348d..2626afc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,6 +125,7 @@ pipeline { sh ''' # 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 ''' } }