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 4e0e59f commit b94df67Copy full SHA for b94df67
.github/workflows/build-with-coverage.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: generate code coverage
36
run: |
37
- cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out Xml
+ cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out xml
38
- name: upload to codecov.io
39
uses: codecov/codecov-action@v2
40
with:
0 commit comments