Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Bump codecov/codecov-action from 3.1.2 to 3.1.3 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed May 2, 2023
2 parents ea54801 + d88c753 commit 489a0ff
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 @@ -47,7 +47,7 @@ jobs:
run: go test --tags=integration -v -coverprofile=coverage.txt -covermode=atomic ./...

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

0 comments on commit 489a0ff

Please sign in to comment.