File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " Coverage"
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+
7+ push :
8+ branches : ["*"]
9+
10+ schedule :
11+ - cron : " 0 8 * * 1"
12+
13+ jobs :
14+ coverage :
15+ name : " Nette Tester"
16+ uses : contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
17+ with :
18+ php : " 8.4"
19+ make : " init coverage"
Original file line number Diff line number Diff line change 22
33<p align =center >
44 <a href =" https://github.com/ublaboo/api-router-project/actions " ><img src =" https://badgen.net/github/checks/ublaboo/api-router-project/master " ></a >
5- <a href =" https://coveralls .io/r/ublaboo /api-router-project " ><img src =" https://badgen.net/coveralls /c/github/ublaboo /api-router-project " ></a >
5+ <a href =" https://codecov .io/gh/contributte /api-router-skeleton " ><img src =" https://badgen.net/codecov /c/github/contributte /api-router-skeleton " ></a >
66 <a href =" https://packagist.org/packages/ublaboo/api-router-project " ><img src =" https://badgen.net/packagist/dm/ublaboo/api-router-project " ></a >
77 <a href =" https://packagist.org/packages/ublaboo/api-router-project " ><img src =" https://badgen.net/packagist/v/ublaboo/api-router-project " ></a >
88</p >
You can’t perform that action at this time.
0 commit comments