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 3df97eb commit 70c1846Copy full SHA for 70c1846
.github/workflows/coverage.yaml
@@ -78,7 +78,7 @@ jobs:
78
cmd: '${{runner.workspace}}/build/google/cloud/functions/integration_tests/http_conformance'
79
80
- name: coverage-upload
81
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
82
with:
83
directory: ${{ runner.workspace }}
84
token: ${{ vars.CODECOV_TOKEN }}
0 commit comments