Skip to content

Commit

Permalink
try coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jarektkaczyk committed Dec 5, 2020
1 parent f044667 commit 52f2095
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Install dependencies
run: |
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
composer require satooshi/php-coveralls:~0.6@stable
mkdir -p build/logs
- name: Execute tests
run: vendor/bin/phpunit --coverage-text
run: |
vendor/bin/phpunit --coverage-clover build/logs/clover.xml
vendor/bin/coveralls -v

0 comments on commit 52f2095

Please sign in to comment.