Skip to content

Commit

Permalink
update codecov to v4 and use upload token (#1156)
Browse files Browse the repository at this point in the history
* update codecov to v4 and use upload token

* fail CI on error
  • Loading branch information
briantist committed Apr 13, 2024
1 parent 5a9ed4a commit 781156f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,7 @@ jobs:
uses: actions/download-artifact@v3

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

0 comments on commit 781156f

Please sign in to comment.