Skip to content

Commit

Permalink
Merge #646
Browse files Browse the repository at this point in the history
646: Tarpaulin now requires the --out argument in lowercase r=jonasbb a=jonasbb



Co-authored-by: Jonas Bushart <jonas@bushart.org>
  • Loading branch information
bors[bot] and jonasbb committed Sep 26, 2023
2 parents 664ca57 + 14b6ea4 commit 3813ed6
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 3813ed6

Please sign in to comment.