Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
fix: code coverage typo
  • Loading branch information
Moritz Meier authored Oct 10, 2023
1 parent 43aad64 commit 733367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
override: true
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --implicit-test-threads --timeout 120 --out Xml
cargo +nightly tarpaulin --verbose --all-features --workspace --implicit-test-threads --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 733367f

Please sign in to comment.