Skip to content

Commit f815ab4

Browse files
Fix tarpaulin out format
Closes GH-82.
1 parent 26df5a8 commit f815ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- uses: actions-rs/toolchain@v1
2121
with:
2222
toolchain: stable
23-
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
23+
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out xml
2424
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)