We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a27f98 + c48d10d commit 74c6a2bCopy full SHA for 74c6a2b
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
run: go test -v -coverprofile=coverage -covermode=atomic ./...
33
34
- name: Codecov
35
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].2
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
file: ./coverage
0 commit comments