Changeset 59717
- Timestamp:
- 01/28/2025 03:48:40 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r59716 r59717 236 236 with: 237 237 token: ${{ secrets.CODECOV_TOKEN }} 238 file : wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml238 files: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml 239 239 flags: ${{ inputs.multisite && 'multisite' || 'single' }},php 240 240 fail_ci_if_error: true
Note: See TracChangeset
for help on using the changeset viewer.