Skip to content

Commit

Permalink
[#1] fix: version of codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
majohn-r committed Apr 27, 2024
1 parent 10422b9 commit fed9f13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Execute unit tests with code coverage
run: go test -coverprofile=coverage -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4.0.1
uses: codecov/codecov-action@4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fed9f13

Please sign in to comment.