Skip to content

Commit

Permalink
chore: adding coverage job in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dersonsena committed Jun 12, 2021
1 parent 3700cb1 commit 9e5c0d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
configuration: tests/phpunit.xml
args: --testdox

# - name: PHPUnit Coverage
# uses: php-actions/phpunit@v2
# with:
# php_extensions: xdebug
# configuration: tests/phpunit.xml
# args: --coverage-text --colors=never
# env:
# XDEBUG_MODE: coverage
- name: PHPUnit Coverage
uses: php-actions/phpunit@v2
with:
php_extensions: xdebug
configuration: tests/phpunit.xml
args: --coverage-text --colors=never
env:
XDEBUG_MODE: coverage

0 comments on commit 9e5c0d6

Please sign in to comment.