Skip to content

Commit

Permalink
fix: Update cargo-tarpaulin arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 18, 2023
1 parent 9899b50 commit 77e6492
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 @@ -73,7 +73,7 @@ jobs:
mv cargo-tarpaulin ~/.cargo/bin/
- name: Run tests
run: cargo tarpaulin --out Xml --verbose --features gpg-tests
run: cargo tarpaulin --out xml --verbose --features gpg-tests

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

0 comments on commit 77e6492

Please sign in to comment.