Skip to content

Commit

Permalink
Merge pull request #272 from tisutisu/codecov-fix
Browse files Browse the repository at this point in the history
chore: Update codecov version and add token
  • Loading branch information
tisutisu authored Apr 15, 2024
2 parents ba53d13 + d4f9aeb commit 60ca64a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/codecov-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ jobs:
- name: Run tests
run: make test
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
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 @@ -49,6 +49,4 @@ jobs:
run: make test
- name: Upload to Codecov
uses: codecov/[email protected]
with:
fail_ci_if_error: true

0 comments on commit 60ca64a

Please sign in to comment.