Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Use codecov's binary rather than github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbitx8 committed Oct 26, 2023
1 parent df539dd commit 2fab56b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- name: Run tests
run: make test
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
files: ./target/test_coverage/*.lcov
run: |
curl -o target/test_coverage/codecov -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x target/test_coverage/codecov
./target/test_coverage/codecov -t ${CODECOV_TOKEN}
clippy_check:
needs: [skip_check]
Expand Down

0 comments on commit 2fab56b

Please sign in to comment.