diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0904b33..189d28e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,6 +2,7 @@ name: "Coverage" on: pull_request: + workflow_dispatch: push: branches: ["*"] @@ -11,8 +12,8 @@ on: jobs: coverage: - name: "Phpunit" - uses: contributte/.github/.github/workflows/phpunit-coverage.yml@v1 + name: "Nette Tester" + 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 aead753..14a5065 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