diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4daa621..e016b16 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: - name: Check Coverage if: ${{ matrix.os != 'windows-2022' }} - uses: threeal/gcovr-action@v1.1.0 + uses: threeal/gcovr-action@v1.2.0 with: excludes: build/* fail-under-line: 100