Skip to content

Commit

Permalink
Tarpaulin now requires the --out argument in lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Sep 26, 2023
1 parent 664ca57 commit 14b6ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -112,7 +112,7 @@ jobs:
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest'
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --out Xml --workspace --all-features -- --test-threads=1
cargo tarpaulin --out xml --workspace --all-features -- --test-threads=1
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 14b6ea4

Please sign in to comment.