Skip to content

Commit 36bb157

Browse files
committed
Remove pybind11
1 parent 10883f7 commit 36bb157

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ jobs:
172172

173173
- name: Combine Coverage Reports
174174
run: |
175-
lcov -a coverage/cpp.info -a coverage/lcov.info -o coverage/coverage_final.info --ignore-errors ${IGNORE_ERRORS}
175+
lcov -r coverage/lcov.info "*/pybind11/*" -o coverage/python.info --ignore-errors ${IGNORE_ERRORS}
176+
lcov -a coverage/cpp.info -a coverage/python.info -o coverage/coverage_final.info --ignore-errors ${IGNORE_ERRORS}
176177
lcov --list coverage/coverage_final.info
177178
178179
- name: Upload Combined Coverage to Codecov

0 commit comments

Comments
 (0)