Skip to content

Commit

Permalink
ci: upload coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Nov 27, 2023
1 parent 3f59b38 commit 88fab03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
if: matrix.arch == 'x86_64'
run: |
cargo tarpaulin --all-features --workspace --timeout 120 --out xml ${{ github.run_attempt == 1 && '--skip-clean' || '' }}
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true


features:
Expand Down

0 comments on commit 88fab03

Please sign in to comment.