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

Commit

Permalink
chore: upload to codecov with codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Jun 15, 2023
1 parent e5beb75 commit bc96d84
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ jobs:
- name: Test
run: cargo tarpaulin --out Xml

- name: Upload to codecov.io
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

windows:
name: Build on Windows
Expand Down

0 comments on commit bc96d84

Please sign in to comment.