Skip to content

Commit

Permalink
fix(ci): Bump actions-rs/grcov to d7fbf3f
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Jan 22, 2021
1 parent abc5a9a commit de62fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
RUSTDOCFLAGS: "-Cpanic=abort"

- name: Collect test coverage data
uses: actions-rs/grcov@v0.1
uses: actions-rs/grcov@d7fbf3f
id: coverage

- name: Upload coverage data to Coveralls
Expand Down

0 comments on commit de62fd8

Please sign in to comment.