We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fc86d commit ada1f0aCopy full SHA for ada1f0a
1 file changed
.github/workflows/test.yml
@@ -185,7 +185,7 @@ jobs:
185
- name: Generate LCOV coverage data
186
run: |
187
lcov -d . -c -o coverage.lcov
188
- lcov -r coverage.lcov */usr/include/* -o coverage.lcov
+ lcov -r coverage.lcov '*/usr/include/*' '*/extern/*'${{ matrix.flint != 'no' && ' ''*/lib/*''' || '' }} -o coverage.lcov
189
190
- name: Coveralls Parallel
191
uses: coverallsapp/github-action@v2
0 commit comments