There was an error while loading. Please reload this page.
1 parent 48cd336 commit ea9c644Copy full SHA for ea9c644
1 file changed
.github/actions/codecov/action.yml
@@ -11,7 +11,7 @@ runs:
11
steps:
12
- name: Generate coverage report
13
run: |
14
- find /build
+ docker run -t partmc-test bash -c "find /build"
15
docker run -t partmc-test bash -c "lcov --capture --directory /build --output-file coverage.info --no-external"
16
shell: bash
17
0 commit comments