Skip to content

Commit

Permalink
Merge pull request #598 from JacobOaks/joaks/codecov
Browse files Browse the repository at this point in the history
CI: Upgrade codecov action & use token
  • Loading branch information
JacobOaks authored Apr 29, 2024
2 parents 9adfc8c + 232197d commit 454a1e3
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 454a1e3

Please # to comment.