Skip to content

Commit

Permalink
ci: remove codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Apr 22, 2024
1 parent 5deaf7e commit eebcb7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,3 @@ jobs:
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
- name: Generate coverage
run: grcov . --binary-path target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../**' --ignore '/*' -o coverage.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage.lcov
flags: rust
fail_ci_if_error: true

0 comments on commit eebcb7a

Please sign in to comment.