Skip to content

Commit 3a9607c

Browse files
committed
fix workflow
1 parent d85a0c8 commit 3a9607c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
- name: Run tests
3636
run: cargo tarpaulin --release --workspace --all-features --out xml
3737

38-
- name: Upload coverage reports to Codecov
39-
uses: codecov/codecov-action@v4.0.1
40-
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
42-
4338
- name: Cleanup coverage reports
4439
run: rm -f cobertura.xml
4540

0 commit comments

Comments
 (0)