Skip to content

Commit

Permalink
Bump ecliptical/covdir-report-action from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Bumps [ecliptical/covdir-report-action](https://github.com/ecliptical/covdir-report-action) from 0.1 to 0.2.
- [Release notes](https://github.com/ecliptical/covdir-report-action/releases)
- [Commits](ecliptical/covdir-report-action@v0.1...v0.2)

---
updated-dependencies:
- dependency-name: ecliptical/covdir-report-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 987b82e commit 88a4a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Run grcov
run: grcov . -s . --binary-path ./target/debug/ --excl-start '^mod\s+tests\s*\{$' -t covdir --branch --ignore-not-existing --keep-only 'src/**' -o ./target/covdir.json
- name: Generate coverage report
uses: ecliptical/covdir-report-action@v0.1
uses: ecliptical/covdir-report-action@v0.2
with:
file: ./target/covdir.json
summary: 'true'
Expand Down

0 comments on commit 88a4a55

Please sign in to comment.