Skip to content

Commit

Permalink
[minor] disable scrutinizer code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Jul 9, 2021
1 parent d108cfa commit 9739280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,7 @@ jobs:
composer-options: --prefer-dist

- name: Run code coverage
run: vendor/bin/phpunit -v --coverage-text --coverage-clover=coverage.clover

- name: Send code coverage
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
run: vendor/bin/phpunit -v --coverage-text

composer-validate:
name: Validate composer.json
Expand Down
3 changes: 0 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ filter:
dependency_paths: [vendor/]
checks:
php: true
tools:
external_code_coverage:
timeout: 900

0 comments on commit 9739280

Please sign in to comment.