Make WordPress Core

Changeset 59717


Ignore:
Timestamp:
01/28/2025 03:48:40 AM (5 months ago)
Author:
desrosj
Message:

Build/Test Tools: Correct input name for Code Coverage reports.

The input for providing files to the codecov/codecov-action was changed from file to files in version 5.0.0.

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-phpunit-tests-v3.yml

    r59716 r59717  
    236236        with:
    237237          token: ${{ secrets.CODECOV_TOKEN }}
    238           file: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml
     238          files: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml
    239239          flags: ${{ inputs.multisite && 'multisite' || 'single' }},php
    240240          fail_ci_if_error: true
Note: See TracChangeset for help on using the changeset viewer.