diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 94317ec..3961afa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,6 +2,7 @@ name: "Coverage" on: pull_request: + workflow_dispatch: push: branches: ["*"] @@ -12,7 +13,6 @@ on: jobs: coverage: name: "Nette Tester" - uses: contributte/.github/.github/workflows/nette-tester-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 f70c172..1fdc20a 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