Skip to content

Commit 0a00a1b

Browse files
ohmyfelixf3l1x
authored andcommitted
chore: migrate coverage reporting to codecov
1 parent 43910c4 commit 0a00a1b

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 2 deletions
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: ["*"]
@@ -11,8 +12,8 @@ on:
1112

1213
jobs:
1314
coverage:
14-
name: "Phpunit"
15-
uses: contributte/.github/.github/workflows/phpunit-coverage.yml@v1
15+
name: "Nette Tester"
16+
uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
1617
with:
1718
php: "8.4"
1819
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/contributte/webpack-skeleton/actions"><img src="https://badgen.net/github/checks/contributte/webpack-skeleton/master"></a>
5-
<a href="https://coveralls.io/r/contributte/webpack-skeleton"><img src="https://badgen.net/coveralls/c/github/contributte/webpack-skeleton"></a>
5+
<a href="https://codecov.io/gh/contributte/webpack-skeleton"><img src="https://badgen.net/codecov/c/github/contributte/webpack-skeleton"></a>
66
<a href="https://packagist.org/packages/contributte/webpack-skeleton"><img src="https://badgen.net/packagist/dm/contributte/webpack-skeleton"></a>
77
<a href="https://packagist.org/packages/contributte/webpack-skeleton"><img src="https://badgen.net/packagist/v/contributte/webpack-skeleton"></a>
88
</p>

tests/.coveralls.yml

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

0 commit comments

Comments
 (0)