]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Ignore gcovr parser errors.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 2 Jan 2025 00:20:17 +0000 (16:20 -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 b6c5c152ca97c15b42a53a7f2db4ed52f8856c72..ec9ad4a0444efcecceb47efdf97ea7005da666d3 100644 (file)
@@ -741,7 +741,7 @@ jobs:
         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
-        python3 -m gcovr ${{ matrix.build-dir || '' }} -j 3 --verbose \
+        python3 -m gcovr ${{ matrix.build-dir || '' }} -j 3 --gcov-ignore-parse-errors --verbose \
           --exclude-unreachable-branches \
           --gcov-executable "${{ matrix.gcov-exec || 'gcov' }}" \
           --root ${{ matrix.build-src-dir || '.' }} \
index 1343e69fa176ccb22af31458c92874280328b3aa..59b36782bffd87ade466982f74468fb26af25c3e 100644 (file)
@@ -106,7 +106,7 @@ jobs:
       if: matrix.codecov
       run: |
         python3 -u -m pip install gcovr
-        python3 -m gcovr -j 3 --verbose \
+        python3 -m gcovr -j 3 --gcov-ignore-parse-errors --verbose \
           --exclude-unreachable-branches \
           --gcov-executable "${{ matrix.gcov-exec || 'gcov' }}" \
           --root . \