Skip to content

Commit

Permalink
chore: Update codecov version and add token (#106)
Browse files Browse the repository at this point in the history
* Update codecov version and add token

* Don't fail on PR
  • Loading branch information
tisutisu authored Apr 15, 2024
1 parent 9b7f58a commit a5b312b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codecov-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Run tests and collect coverage
run: make test
- name: Upload Codecov Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
2 changes: 0 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
run: make test
- name: Upload codecov report
uses: codecov/[email protected]
with:
fail_ci_if_error: true

test_prune_images:
name: Run prune_images tests
Expand Down

0 comments on commit a5b312b

Please sign in to comment.