Skip to content

Commit 7b4cb68

Browse files
committed
try to find gcda files
1 parent 69506ee commit 7b4cb68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/codecov/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ runs:
1010
using: "composite"
1111
steps:
1212
- 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"
13+
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"
1416
shell: bash
1517

1618
- name: Upload coverage report to codecov.io

0 commit comments

Comments
 (0)