Skip to content

Commit f972d8e

Browse files
committed
Fix coverage more
1 parent 7086a52 commit f972d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Generate code coverage
1515
run: |
16-
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types doctests --run-types lib --run-types tests --out Xml
16+
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types doctests --run-types lib --run-types tests --out xml
1717
- name: Upload to codecov.io
1818
uses: codecov/codecov-action@v3
1919
with:

0 commit comments

Comments
 (0)