Skip to content

Commit

Permalink
chore(ci): remove coverage action step because of tarpaulin action ma…
Browse files Browse the repository at this point in the history
…intenance
  • Loading branch information
FreeMasen committed May 5, 2023
1 parent 192dbdc commit 1d7a51e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@ jobs:
run: cargo test --release --features=moz_central
env:
RUST_MIN_STACK: 9999999
- name: rust-tarpaulin
uses: actions-rs/tarpaulin@v0.1
env:
RUST_MIN_STACK: 9999999
with:
args: --features=moz_central
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
continue-on-error: true
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Check syntax
run: cargo fmt --all -- --check
- name: Cache node_modules
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 1d7a51e

Please sign in to comment.