We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0345c0 commit 27f40a9Copy full SHA for 27f40a9
2 files changed
.github/workflows/erlang-parallel-build.yml
@@ -276,7 +276,7 @@ jobs:
276
277
- name: Upload coverage statistics (codecov)
278
if: ${{ inputs.upload-coverage == true }}
279
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
280
with:
281
fail_ci_if_error: true
282
files: _build/test/covertool/*.covertool.xml
.github/workflows/erlang-simple-build.yml
@@ -162,7 +162,7 @@ jobs:
162
163
- name: Upload coverage statistics
164
if: ${{ inputs.run-eunit == true || inputs.run-common-test == true }}
165
166
167
168
0 commit comments