Skip to content

Commit 7e23ad8

Browse files
ohmyfelixf3l1x
authored andcommitted
chore: migrate coverage reporting to codecov
1 parent c5db7bc commit 7e23ad8

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)