Make WordPress Core

Ticket #52786: 52786.diff

File 52786.diff, 574 bytes (added by desrosj, 4 years ago)
  • .github/workflows/test-coverage.yml

     
    11name: Code Coverage Report
    22
    33on:
     4  # Verify
     5  push:
     6    branches:
     7      - master
     8      - trunk
     9    paths:
     10      - 'phpunit.xml.dist'
    411  # Once daily at 00:00 UTC.
    512  schedule:
    613    - cron: '0 0 * * *'
     14  # Allow manually triggering the workflow.
     15  workflow_dispatch:
    716
    817env:
    918  PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }}