Skip to content

Commit

Permalink
ci: trying to fix codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy authored and Dushistov committed Sep 8, 2023
1 parent ae1aa8d commit 61e21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 61e21d6

Please sign in to comment.