Skip to content

Commit 456c6cf

Browse files
authored
Merge pull request #854 from Sephster/master
Version 7
2 parents e04b8f4 + 4f68d2a commit 456c6cf

3 files changed

Lines changed: 368 additions & 276 deletions

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ install:
2020
- composer update --no-interaction --prefer-dist $DEPENDENCIES
2121

2222
script:
23-
- vendor/bin/phpunit
23+
- vendor/bin/phpunit --coverage-clover=coverage.clover
2424
- vendor/bin/phpstan analyse -l 6 -c phpstan.neon src tests
2525

26+
after_script:
27+
- wget https://scrutinizer-ci.com/ocular.phar
28+
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
29+
2630
branches:
2731
only:
2832
- master

0 commit comments

Comments
 (0)