Skip to content

Commit

Permalink
Merge branch '3.x-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Oct 3, 2019
2 parents 1d72cfa + 4d3a899 commit af8a5e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -33,8 +33,12 @@ jobs:
- name: PHP Mess Detector
if: matrix.php-versions == '7.2'
run: vendor/bin/phpmd ./src text phpmd.xml
- name: PHP Unit Tests
- name: PHP Unit Tests with coverage
if: matrix.php-versions == '7.2'
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- name: PHP Unit Tests
if: matrix.php-versions != '7.2'
run: vendor/bin/phpunit
- name: Send to coveralls
if: matrix.php-versions == '7.2'
run: php vendor/bin/php-coveralls -v
Expand Down

0 comments on commit af8a5e1

Please sign in to comment.