Changeset 59208 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 10/10/2024 05:08:15 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-coverage.yml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r58789 r59208 82 82 83 83 - name: Set up Node.js 84 uses: actions/setup-node@ 1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.384 uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 85 85 with: 86 86 node-version-file: '.nvmrc' … … 152 152 - name: Upload single site report to Codecov 153 153 if: ${{ ! matrix.multisite && matrix.format == 'clover' && github.event_name != 'pull_request' }} 154 uses: codecov/codecov-action@ e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0154 uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 155 155 with: 156 156 token: ${{ secrets.CODECOV_TOKEN }} … … 161 161 - name: Upload single site HTML report as artifact 162 162 if: ${{ ! matrix.multisite && matrix.format == 'html' }} 163 uses: actions/upload-artifact@ 0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4163 uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 164 164 with: 165 165 name: wp-code-coverage-single-${{ github.sha }} … … 176 176 - name: Upload multisite report to Codecov 177 177 if: ${{ matrix.multisite && matrix.format == 'clover' && github.event_name != 'pull_request' }} 178 uses: codecov/codecov-action@ e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0178 uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 179 179 with: 180 180 token: ${{ secrets.CODECOV_TOKEN }} … … 185 185 - name: Upload multisite HTML report as artifact 186 186 if: ${{ matrix.multisite && matrix.format == 'html' }} 187 uses: actions/upload-artifact@ 0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4187 uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 188 188 with: 189 189 name: wp-code-coverage-multisite-${{ github.sha }}
Note: See TracChangeset
for help on using the changeset viewer.