We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0252b4e + 64a9314 commit dc7153bCopy full SHA for dc7153b
1 file changed
.github/workflows/reusable-testing.yml
@@ -422,7 +422,7 @@ jobs:
422
423
- name: Upload code coverage report
424
if: ${{ matrix.coverage }}
425
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
426
with:
427
directory: build/logs
428
flags: unit
@@ -594,7 +594,7 @@ jobs:
594
595
596
597
598
599
# Because somehow providing `directory: build/logs` doesn't work for these files
600
files: ${{ steps.coverage_files.outputs.files }}
0 commit comments