Skip to content

Commit

Permalink
ci: update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Nov 30, 2021
1 parent 6a030ca commit ae66d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
args: -- --test-threads 1

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

- name: Archive code coverage results
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit ae66d91

Please sign in to comment.