Skip to content

Commit

Permalink
Merge pull request #74 from robinst/fix-codecov
Browse files Browse the repository at this point in the history
Try to fix codecov upload
  • Loading branch information
robinst committed Mar 30, 2024
2 parents 6b26178 + 4734075 commit a5f9d0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
options: --security-opt seccomp=unconfined
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Generate code coverage
uses: actions-rs/cargo@v1
Expand All @@ -104,9 +104,10 @@ jobs:
args: --out Xml

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

demo:
name: wasm demo
Expand Down

0 comments on commit a5f9d0b

Please sign in to comment.