Changeset 58789 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 07/23/2024 06:37:03 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-coverage.yml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r58144 r58789 82 82 83 83 - name: Set up Node.js 84 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.284 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 85 85 with: 86 86 node-version-file: '.nvmrc' … … 95 95 ## 96 96 - name: Set up PHP 97 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.097 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 98 98 with: 99 99 php-version: '7.4' … … 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@ 54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0154 uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.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@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1163 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 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@ 54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0178 uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.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@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1187 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 188 188 with: 189 189 name: wp-code-coverage-multisite-${{ github.sha }}
Note: See TracChangeset
for help on using the changeset viewer.