There was an error while loading. Please reload this page.
1 parent 69506ee commit 7b4cb68Copy full SHA for 7b4cb68
1 file changed
.github/actions/codecov/action.yml
@@ -10,7 +10,9 @@ runs:
10
using: "composite"
11
steps:
12
- name: Generate coverage report
13
- run: docker run -t partmc-test bash -c "lcov --capture --directory /build/CMakeFiles/partmc.dir/src --output-file coverage.info --no-external"
+ run: |
14
+ docker run -t partmc-test bash -c "find / -name \\*.gcda"
15
+ docker run -t partmc-test bash -c "lcov --capture --directory /build/CMakeFiles/partmc.dir/src --output-file coverage.info --no-external"
16
shell: bash
17
18
- name: Upload coverage report to codecov.io
0 commit comments