Skip to content

Commit

Permalink
remove coverage upload from rust action
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Sep 29, 2024
1 parent 5864baf commit c08cc59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,3 @@ jobs:
- name: Run cargo tarpaulin
working-directory: ./pond
run: cargo tarpaulin --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit c08cc59

Please sign in to comment.