Skip to content

Commit de41e12

Browse files
committed
Fix coverage action
1 parent 7e942b8 commit de41e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
RUSTFLAGS: '-Cinstrument-coverage'
6969
LLVM_PROFILE_FILE: 'target/coverage/%p-%m.profraw'
7070
- name: Generate coverage report
71-
uses: ./
71+
uses: ecliptical/covdir-report-action@v0.3
7272
with:
7373
summary: 'true'
7474
out: ./target/coverage.md

0 commit comments

Comments
 (0)