Changeset 57536
- Timestamp:
- 02/05/2024 10:19:19 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r57534 r57536 155 155 uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 156 156 with: 157 token: ${{ secrets.CODECOV_TOKEN }} 157 158 file: wp-code-coverage-single-clover-${{ github.sha }}.xml 158 159 flags: single,php … … 170 171 uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 171 172 with: 173 token: ${{ secrets.CODECOV_TOKEN }} 172 174 file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml 173 175 flags: multisite,php
Note: See TracChangeset
for help on using the changeset viewer.