We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105f9c8 commit a7de46dCopy full SHA for a7de46d
.github/workflows/coverage.yml
@@ -56,11 +56,11 @@ jobs:
56
57
- name: Run code coverage
58
run: |
59
- cargo tarpaulin --out Xml --timeout 120
+ cargo tarpaulin --out Xml --timeout 240
60
61
- - name: Upload coverage to Codecov
62
- uses: codecov/codecov-action@v3
63
- with:
64
- files: target/tarpaulin/coverage.xml
65
- fail_ci_if_error: true
66
- verbose: true
+# - name: Upload coverage to Codecov
+# uses: codecov/codecov-action@v3
+# with:
+# files: target/tarpaulin/coverage.xml
+# fail_ci_if_error: true
+# verbose: true
0 commit comments