We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7d5f3 commit 908585fCopy full SHA for 908585f
.github/workflows/coverage-report.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.out --force-coverage-parser go
25
- name: Upload coverage to Codecov
26
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3.0.0
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
files: coverage.out
0 commit comments