Skip to content

Commit

Permalink
chore: remove patch version from tarpaulin action
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeMasen committed Nov 24, 2022
1 parent 42f05d9 commit 490f67d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
env:
RUST_MIN_STACK: 9999999
- name: rust-tarpaulin
uses: actions-rs/tarpaulin@v0.1.0
uses: actions-rs/tarpaulin@v0.1
env:
RUST_MIN_STACK: 9999999
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
args: --features=moz_central
- name: Upload to codecov.io
Expand Down

0 comments on commit 490f67d

Please sign in to comment.