Skip to content

Commit

Permalink
ci: remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 23, 2024
1 parent 1f2da59 commit 0535978
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,3 @@ jobs:
env:
RUST_BACKTRACE: "full"
run: just test

- uses: taiki-e/install-action@v2
with:
tool: cargo-tarpaulin

- name: Run cargo-tarpaulin
run: just coverage

- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true

0 comments on commit 0535978

Please sign in to comment.