Skip to content

Commit ea9c644

Browse files
committed
fixpath
1 parent 48cd336 commit ea9c644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/codecov/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
steps:
1212
- name: Generate coverage report
1313
run: |
14-
find /build
14+
docker run -t partmc-test bash -c "find /build"
1515
docker run -t partmc-test bash -c "lcov --capture --directory /build --output-file coverage.info --no-external"
1616
shell: bash
1717

0 commit comments

Comments
 (0)