Skip to content

Commit

Permalink
Remove cobertura.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jun 9, 2024
1 parent 49ad963 commit 652a15c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Cleanup coverage reports
run: rm -f cobertura.xml

- name: Clippy
run: cargo clippy --workspace --all-features --all-targets

Expand Down

0 comments on commit 652a15c

Please sign in to comment.