Skip to content

Coverage

Coverage #380

Workflow file for this run

name: "Coverage"
on:
pull_request:
push:
branches: ["*"]
schedule:
- cron: "0 8 * * 1"
jobs:
test80:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@v1
with:
php: "8.1"
database: tests
coverage: true
makefile: coverage

Check failure on line 20 in .github/workflows/coverage.yml

View workflow run for this annotation

GitHub Actions / Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/coverage.yml (Line: 20, Col: 17): Invalid input, makefile is not defined in the referenced workflow.