Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg authored Oct 10, 2024
2 parents 738f58c + a3e8128 commit 862ac2a
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/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit 862ac2a

Please sign in to comment.