Skip to content

Commit

Permalink
fix: github action coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lsh0x committed Sep 30, 2024
1 parent 7d8ab2d commit b16f6ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:

- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: '0.15.0'
args: '-- --test-threads 1'


- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit b16f6ea

Please sign in to comment.