Ticket #52786: 52786.diff
File 52786.diff, 574 bytes (added by , 4 years ago) |
---|
-
.github/workflows/test-coverage.yml
1 1 name: Code Coverage Report 2 2 3 3 on: 4 # Verify 5 push: 6 branches: 7 - master 8 - trunk 9 paths: 10 - 'phpunit.xml.dist' 4 11 # Once daily at 00:00 UTC. 5 12 schedule: 6 13 - cron: '0 0 * * *' 14 # Allow manually triggering the workflow. 15 workflow_dispatch: 7 16 8 17 env: 9 18 PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }}