diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 9a03aca..ed9c370 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -42,7 +42,7 @@ jobs: - name: Generate coverage report run: > grcov target/coverage/ -s . --binary-path target/debug/ -t lcov --branch - --ignore '../*' --ignore 'target/*' --ignore 'tests/*' --ignore-not-existing -o coverage.lcov + --ignore '.' --ignore '../*' --ignore 'target/*' --ignore 'tests/*' --ignore-not-existing -o coverage.lcov #run: grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../**' --ignore '/*' -o coverage.lcov