We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7086a52 commit f972d8eCopy full SHA for f972d8e
.github/workflows/coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Generate code coverage
15
run: |
16
- cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types doctests --run-types lib --run-types tests --out Xml
+ cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types doctests --run-types lib --run-types tests --out xml
17
- name: Upload to codecov.io
18
uses: codecov/codecov-action@v3
19
with:
0 commit comments