Changeset 57534
- Timestamp:
- 02/05/2024 08:58:59 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r57362 r57534 153 153 - name: Upload single site report to Codecov 154 154 if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }} 155 uses: codecov/codecov-action@ 4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5155 uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 156 156 with: 157 157 file: wp-code-coverage-single-clover-${{ github.sha }}.xml … … 168 168 - name: Upload multisite report to Codecov 169 169 if: ${{ matrix.multisite && github.event_name != 'pull_request' }} 170 uses: codecov/codecov-action@ 4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5170 uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 171 171 with: 172 172 file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml
Note: See TracChangeset
for help on using the changeset viewer.