We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716c418 commit 239d6d3Copy full SHA for 239d6d3
.github/workflows/build-test-measure.yml
@@ -181,7 +181,7 @@ jobs:
181
182
- name: Upload code coverage report
183
if: github.actor != 'dependabot[bot]'
184
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
185
with:
186
file: build/logs/lcov.info
187
flags: javascript
@@ -456,7 +456,7 @@ jobs:
456
457
458
if: ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 && github.actor != 'dependabot[bot]' }}
459
460
461
file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
462
flags: php,unit
0 commit comments