Skip to content

CI: replace phpdbg with php in coverage #81

CI: replace phpdbg with php in coverage

CI: replace phpdbg with php in coverage #81

Workflow file for this run

name: "Coverage"
on:
pull_request:
workflow_dispatch:
push:
branches: [ "*" ]
schedule:
- cron: "0 8 * * 1"
jobs:
coverage:
name: "Phpunit"
uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
with:
php: "8.4"
make: "init coverage"