We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3b0c5 commit f8398c7Copy full SHA for f8398c7
1 file changed
.github/workflows/coverage.yml
@@ -45,7 +45,7 @@ jobs:
45
"${GITHUB_WORKSPACE}/bin/bazel" coverage --nocache_test_results //...
46
47
- name: Upload coverage to Codecov
48
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
files: ./bazel-out/_coverage/_coverage_report.dat
0 commit comments