We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a83ccb + 3cee80b commit 6af68ebCopy full SHA for 6af68eb
.github/workflows/test.yaml
@@ -37,7 +37,7 @@ jobs:
37
go test -v -coverprofile=coverage.out ./...
38
39
- name: Upload coverage reports to Codecov
40
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
41
with:
42
files: ./coverage.out
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments