Skip to content

Commit

Permalink
chore(ci): fix cargo-tarpaulin arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 24, 2023
1 parent 97fa150 commit 95f8dac
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 @@ -61,7 +61,7 @@ jobs:
mv cargo-tarpaulin ~/.cargo/bin/
- name: Run tests
run: cargo tarpaulin --out Xml --verbose
run: cargo tarpaulin --out xml --verbose

- name: Upload reports to codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 95f8dac

Please sign in to comment.