Skip to content

Commit

Permalink
Fix tarpaulin out format
Browse files Browse the repository at this point in the history
Signed-off-by: Titus <tituswormer@gmail.com>
  • Loading branch information
wooorm committed Sep 24, 2023
1 parent 494198a commit 7533fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out xml
- uses: codecov/codecov-action@v3

0 comments on commit 7533fe0

Please sign in to comment.