Changeset 53553 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 06/21/2022 11:59:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r53552 r53553 8 8 paths: 9 9 - '.github/workflows/test-coverage.yml' 10 - 'docker-compose.yml' 11 - 'phpunit.xml.dist' 12 - 'tests/phpunit/multisite.xml' 13 pull_request: 14 branches: 15 - trunk 16 paths: 17 - '.github/workflows/test-coverage.yml' 18 - 'docker-compose.yml' 10 19 - 'phpunit.xml.dist' 11 20 - 'tests/phpunit/multisite.xml' … … 151 160 152 161 - name: Upload single site report to Codecov 153 if: ${{ ! matrix.multisite }}162 if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }} 154 163 uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v3.0.0 155 164 with: … … 165 174 166 175 - name: Upload multisite report to Codecov 167 if: ${{ matrix.multisite }}176 if: ${{ matrix.multisite && github.event_name != 'pull_request' }} 168 177 uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0 169 178 with:
Note: See TracChangeset
for help on using the changeset viewer.