Skip to content

Commit ada1f0a

Browse files
committed
ci: exclude dependency source files from coverage
1 parent 29fc86d commit ada1f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Generate LCOV coverage data
186186
run: |
187187
lcov -d . -c -o coverage.lcov
188-
lcov -r coverage.lcov */usr/include/* -o coverage.lcov
188+
lcov -r coverage.lcov '*/usr/include/*' '*/extern/*'${{ matrix.flint != 'no' && ' ''*/lib/*''' || '' }} -o coverage.lcov
189189
190190
- name: Coveralls Parallel
191191
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)