]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Don't pin gcovr version any longer. #1840
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 1 Jan 2025 22:41:27 +0000 (14:41 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 22 Jan 2025 23:30:11 +0000 (00:30 +0100)
.github/workflows/cmake.yml
.github/workflows/pigz.yml

index 88ac02213ddd3010ddfdfff706d82130a1c7c79c..b6c5c152ca97c15b42a53a7f2db4ed52f8856c72 100644 (file)
@@ -740,7 +740,7 @@ jobs:
       run: |
         python3 -u -m venv ${{ matrix.build-dir || '.' }}/venv
         source ${{ matrix.build-dir || '.' }}/venv/${{ runner.os == 'Windows' && 'Scripts' || 'bin' }}/activate
-        python3 -u -m pip install gcovr==${{ matrix.compiler == 'gcc-13' && '7.2' || '5.0' }}
+        python3 -u -m pip install gcovr
         python3 -m gcovr ${{ matrix.build-dir || '' }} -j 3 --verbose \
           --exclude-unreachable-branches \
           --gcov-executable "${{ matrix.gcov-exec || 'gcov' }}" \
index 08ff41383acd21f43daef80a7201285f62718e50..1343e69fa176ccb22af31458c92874280328b3aa 100644 (file)
@@ -105,7 +105,7 @@ jobs:
     - name: Generate coverage report
       if: matrix.codecov
       run: |
-        python3 -u -m pip install --user gcovr==5.0
+        python3 -u -m pip install gcovr
         python3 -m gcovr -j 3 --verbose \
           --exclude-unreachable-branches \
           --gcov-executable "${{ matrix.gcov-exec || 'gcov' }}" \