diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 608e90e..1057204 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: run: ctest --test-dir build --verbose - name: Check code coverage - uses: threeal/gcovr-action@v0.1.0 + uses: threeal/gcovr-action@v0.2.0 with: exclude: build/* fail-under-line: 80