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 8eff90f commit 1e4fec1Copy full SHA for 1e4fec1
.github/workflows/module.build.yml
@@ -169,7 +169,7 @@ jobs:
169
shell: bash
170
run: bazel coverage --config=ci ${{ inputs.flags }} "//tools/..." "//tests/..." "//.aspect/..."
171
- name: "Report: Coverage"
172
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
173
if: inputs.coverage
174
continue-on-error: true
175
with:
0 commit comments