Skip to content

Commit 5161fc8

Browse files
committed
Disable uploading code coverage report
1 parent 62c8922 commit 5161fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ jobs:
185185
with:
186186
version: '0.19.1'
187187
args: --workspace --release --all-features --timeout 180 --out Xml
188-
- name: Upload coverage to Codecov
189-
uses: codecov/[email protected]
190-
with:
191-
fail_ci_if_error: true
188+
# - name: Upload coverage to Codecov
189+
# uses: codecov/[email protected]
190+
# with:
191+
# fail_ci_if_error: true
192192
- name: Autoclean the cache
193193
if: steps.cargo-cache.outputs.cache-hit != 'true'
194194
run:

0 commit comments

Comments
 (0)