Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
pontus authored Apr 2, 2024
2 parents d7339a7 + ab414bd commit e4f83a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...

- name: Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit e4f83a0

Please sign in to comment.