Make WordPress Core

Changeset 57536


Ignore:
Timestamp:
02/05/2024 10:19:19 PM (10 months ago)
Author:
desrosj
Message:

Build/Test Tools: Pass a token to the Codecov action.

Version 4 of the action now requires a token to be provided in order to upload coverage results.

Follow up to [57534].

Props swissspidy.
See #59658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r57534 r57536  
    155155        uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
    156156        with:
     157          token: ${{ secrets.CODECOV_TOKEN }}
    157158          file: wp-code-coverage-single-clover-${{ github.sha }}.xml
    158159          flags: single,php
     
    170171        uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
    171172        with:
     173          token: ${{ secrets.CODECOV_TOKEN }}
    172174          file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml
    173175          flags: multisite,php
Note: See TracChangeset for help on using the changeset viewer.