Skip to content

Commit

Permalink
CI: add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 3, 2022
1 parent b50c05b commit 1ad5564
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Coverage"

on:
pull_request:

push:
branches: ["*"]

schedule:
- cron: "0 8 * * 1"

jobs:
test80:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
with:
php: "8.0"

0 comments on commit 1ad5564

Please sign in to comment.