We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10409bf + 75e84ce commit ecab84dCopy full SHA for ecab84d
1 file changed
.github/workflows/reusable-testing.yml
@@ -287,7 +287,7 @@ jobs:
287
288
- name: Upload code coverage report
289
if: ${{ matrix.coverage }}
290
- uses: codecov/codecov-action@v5.4.2
+ uses: codecov/codecov-action@v5.4.3
291
with:
292
directory: build/logs
293
flags: unit
@@ -432,7 +432,7 @@ jobs:
432
433
434
435
436
437
# Because somehow providing `directory: build/logs` doesn't work for these files
438
files: ${{ steps.coverage_files.outputs.files }}
0 commit comments