Skip to content

Commit

Permalink
CI: Upgrade to codecov 4 & use token. (#122)
Browse files Browse the repository at this point in the history
This upgrades codecov CI action to version 4,
and uses the codecov token when uploading,
since tokenless uploading is no longer supported for some cases.
  • Loading branch information
JacobOaks committed Apr 29, 2024
2 parents c87aef9 + 039f6e4 commit 517bace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: make cover

- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

lint:
name: Lint
Expand Down

0 comments on commit 517bace

Please sign in to comment.