diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7bda63c2f..c2b2cb709 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: run: ctest --test-dir build -j 8 --output-on-failure - name: Generate a code coverage report - uses: threeal/gcovr-action@v1.0.0 + uses: threeal/gcovr-action@v1.1.0 with: coveralls-out: coverage.coveralls.json excludes: |