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 e0263aa commit 3a0a35aCopy full SHA for 3a0a35a
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build
37
run: cargo check
38
- name: Test
39
- run: cargo tarpaulin
+ run: cargo tarpaulin --out Lcov
40
- name: Upload to codecov.io
41
uses: codecov/codecov-action@v5
42
with:
0 commit comments