Skip to content

Commit

Permalink
Update to codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tigitz committed May 4, 2024
1 parent 1bf3153 commit bab2818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
- name: Run examples
run: make examples-test

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
if: env.WITH_COVERAGE == 'true'
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bab2818

Please sign in to comment.