Skip to content

Commit

Permalink
CI: Upgrade codecov action & use token
Browse files Browse the repository at this point in the history
Currently, codecov actions on PRs stall for a very long time.

This PR upgrades to the latest codecov action
and usages the token when uploading.
This will fix the stalling issue.
  • Loading branch information
JacobOaks committed Apr 29, 2024
1 parent 9adfc8c commit 232197d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
run: make cover

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

0 comments on commit 232197d

Please # to comment.