Skip to content

Commit

Permalink
use Events from Symfony EventDispatcher component
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 15, 2021
1 parent be74687 commit 1e9c3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover build/coverage-clover.xml

- name: Send coverage results to Scrutinizer CI
if: ${{ matrix.php != '8.0' }}
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/coverage-clover.xml
Expand Down

0 comments on commit 1e9c3a7

Please sign in to comment.