diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd7dc44..c9539b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: RUSTFLAGS: '-Cinstrument-coverage' LLVM_PROFILE_FILE: 'target/coverage/%p-%m.profraw' - name: Generate coverage report - uses: ecliptical/covdir-report-action@v0.3 + uses: ecliptical/covdir-report-action@v0.4 with: summary: 'true' out: ./target/coverage.md