Skip to content

Commit

Permalink
Call tests directly and added coverage-src option
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenalinkin committed Jan 25, 2022
1 parent 8876f3a commit 727cc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: composer update -o --no-interaction --no-progress ${{ matrix.composer-flags }}

- name: Run TEST suite
run: composer run-script test:ci -- -C --coverage tests/output/coverage.xml
run: vendor/bin/tester tests -C --coverage tests/output/coverage.xml --coverage-src=src

- name: Install php-coveralls
run: composer global require -o --no-interaction --no-progress php-coveralls/php-coveralls
Expand Down

0 comments on commit 727cc25

Please sign in to comment.