Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Sep 19, 2023
1 parent b4a98a4 commit 49186b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
if: matrix.version == 'stable' && (github.ref == 'refs/heads/main' || github.event_name == 'push')
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --all-features --out Xml
cargo tarpaulin --all-features --out xml
- name: Upload to codecov
if: matrix.version == 'stable' && (github.ref == 'refs/heads/main' || github.event_name == 'push')
Expand Down

0 comments on commit 49186b5

Please sign in to comment.