Skip to content

Commit

Permalink
allways show coverage/fix coverage path for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dakorpar committed Mar 11, 2021
1 parent 29aba72 commit c77f319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ on:
- cron: "0 8 * * 1" # At 08:00 on Monday

env:
extensions: "json, mbstring"
extensions: "json, mbstring, pcov"
cache-version: "1"
composer-version: "v2"
composer-install: "composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable"
Expand Down Expand Up @@ -209,8 +209,6 @@ jobs:
operating-system: ["ubuntu-latest"]
fail-fast: false

if: "github.event_name == 'push'"

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,4 +21,4 @@ tests: vendor
vendor/bin/phpunit

coverage: vendor
vendor/bin/phpunit --coverage-clover=tests/coverage.xml
vendor/bin/phpunit --coverage-clover=coverage.xml

0 comments on commit c77f319

Please sign in to comment.