We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e942b8 commit de41e12Copy full SHA for de41e12
.github/workflows/ci.yaml
@@ -68,7 +68,7 @@ jobs:
68
RUSTFLAGS: '-Cinstrument-coverage'
69
LLVM_PROFILE_FILE: 'target/coverage/%p-%m.profraw'
70
- name: Generate coverage report
71
- uses: ./
+ uses: ecliptical/covdir-report-action@v0.3
72
with:
73
summary: 'true'
74
out: ./target/coverage.md
0 commit comments