We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a5d81d + 725aa5a commit 1c9b6ceCopy full SHA for 1c9b6ce
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Upload coverage reports to Codecov
34
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
35
- uses: codecov/[email protected].1
+ uses: codecov/[email protected].2
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
file: ./coverage.txt
0 commit comments