Skip to content

Commit

Permalink
Attempt to fix apparent cargo tarpaulin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrod-vactai committed Oct 2, 2023
1 parent 1147990 commit 78b40b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
- name: Generate code coverage
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --verbose --workspace --timeout 300 --out Xml
cargo tarpaulin --verbose --workspace --timeout 300 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 78b40b2

Please sign in to comment.