Skip to content

Commit

Permalink
remove codecov.yml in the reedline repo (#710)
Browse files Browse the repository at this point in the history
* remove codecov.yml

* remove uploading code coverage in the ci.yml

* add back in codecov.yml and see if just removing the action in the ci.yml works
  • Loading branch information
stormasm authored Jan 21, 2024
1 parent 9ca229d commit 7255741
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,8 @@ jobs:
- name: Clippy
run: cargo clippy ${{ matrix.flags }} --all-targets --all -- -D warnings


- name: Tests
run: cargo llvm-cov nextest --all ${{ matrix.flags }} --lcov --output-path lcov.info

- name: Doctests
run: cargo test --doc ${{ matrix.flags }}

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

0 comments on commit 7255741

Please sign in to comment.