Skip to content

Commit

Permalink
Remove codecov (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
buinauskas authored Sep 8, 2023
1 parent b92c91c commit 28a85da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ jobs:
command: test
args: --doc

- name: Collect coverage data
run: cargo llvm-cov nextest --lcov --output-path lcov.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true

- name: Run cargo doc
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 28a85da

Please sign in to comment.