]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Use specific gcovr version 5.0 due to parser errors with 5.1.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 27 Mar 2022 16:14:45 +0000 (09:14 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 28 Mar 2022 09:08:25 +0000 (11:08 +0200)
https://github.com/gcovr/gcovr/issues/583

.github/workflows/cmake.yml
.github/workflows/pigz.yml

index aee9fb366b2c1c782aa05f25ca7181229bbeed3a..0525836169a677fad301d578be94a1c5463c9deb 100644 (file)
@@ -486,7 +486,7 @@ jobs:
       if: matrix.codecov
       shell: bash
       run: |
-        python3 -u -m pip install --user gcovr
+        python3 -u -m pip install --user gcovr==5.0
         python3 -m gcovr --exclude-unreachable-branches --gcov-executable "${{ matrix.gcov-exec || 'gcov' }}" --root ${{ matrix.build-src-dir || '.' }} --xml --output coverage.xml -j 3 --verbose
 
     - name: Upload coverage report
index 46d549f45e62a6cf9af953bfb997945c74e971e1..e7193ee668e954d6d0a22d34ec39803beab10cb9 100644 (file)
@@ -88,7 +88,7 @@ jobs:
     - name: Generate coverage report
       if: matrix.codecov
       run: |
-        python3 -u -m pip install --user gcovr
+        python3 -u -m pip install --user gcovr==5.0
         python3 -m gcovr --exclude-unreachable-branches --gcov-executable "${{ matrix.gcov-exec || 'gcov' }}" --root . --xml --output coverage.xml -j 3 --verbose
 
     - name: Upload coverage report