[tracker/wip/carlosg/more-tests: 1/9] ci: Print summary of individual gcovr runs




commit ee275a768bd08efaf3dbc6050b5b3e12cfa32692
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Mar 13 14:44:30 2022 +0100

    ci: Print summary of individual gcovr runs
    
    There is something fishy going on in CI wrt the reported coverage,
    print this summary so we know the coverage reported by the
    individual test runs.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c04188030..8c7f91ed6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -294,7 +294,7 @@ build-alpine-latest@x86_64:
         --exclude=../utils --exclude=../examples --exclude=../docs/reference
         --exclude='\.\./build/.*\.[ch]$' --exclude='.*/tests/.*\.[ch]$'
         --exclude='\.\./src/.*\.vala$'
-        --json --output=../coverage-${CI_JOB_NAME}.json 2>/dev/null
+        --json --print-summary --output=../coverage-${CI_JOB_NAME}.json 2>/dev/null
     - popd
     - |
       echo "Distribution: "


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]