Skip to content

Commit d9e5b23

Browse files
ohmyfelixf3l1x
authored andcommitted
CI: switch coverage reporting to Codecov
Update the remaining coverage metadata so the repository matches the shared Codecov workflow and no longer references Coveralls.
1 parent d1955d9 commit d9e5b23

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Coverage"
22

33
on:
44
pull_request:
5+
workflow_dispatch:
56

67
push:
78
branches: ["*"]
@@ -12,6 +13,6 @@ on:
1213
jobs:
1314
coverage:
1415
name: "Nette Tester"
15-
uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@master
16+
uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
1617
with:
1718
php: "8.4"

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/contributte/api-router/actions"><img src="https://badgen.net/github/checks/contributte/api-router/master"></a>
5-
<a href="https://coveralls.io/r/contributte/api-router"><img src="https://badgen.net/coveralls/c/github/contributte/api-router"></a>
5+
<a href="https://codecov.io/gh/contributte/api-router"><img src="https://badgen.net/codecov/c/github/contributte/api-router"></a>
66
<a href="https://packagist.org/packages/contributte/api-router"><img src="https://badgen.net/packagist/dm/contributte/api-router"></a>
77
<a href="https://packagist.org/packages/contributte/api-router"><img src="https://badgen.net/packagist/v/contributte/api-router"></a>
88
</p>

tests/.coveralls.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)