From 7d252afbf66e4526cf394c7491e9e113ae80016f Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Fri, 6 Mar 2026 15:30:39 +0000 Subject: [PATCH] chore: migrate coverage from Coveralls to Codecov --- .github/workflows/coverage.yml | 5 +++-- README.md | 2 +- tests/.coveralls.yml | 4 ---- 3 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 tests/.coveralls.yml diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d2751ab..189d28e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,9 +2,10 @@ name: "Coverage" on: pull_request: + workflow_dispatch: push: - branches: [ "*" ] + branches: ["*"] schedule: - cron: "0 8 * * 1" @@ -12,7 +13,7 @@ on: jobs: coverage: name: "Nette Tester" - uses: contributte/.github/.github/workflows/phpunit-coverage.yml@v1 + uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master with: php: "8.4" make: "init coverage" diff --git a/README.md b/README.md index eb82c67..11b1045 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- +

diff --git a/tests/.coveralls.yml b/tests/.coveralls.yml deleted file mode 100644 index 8450382..0000000 --- a/tests/.coveralls.yml +++ /dev/null @@ -1,4 +0,0 @@ -# for php-coveralls -service_name: github-actions -coverage_clover: coverage.xml -json_path: coverage.json