Changed GH action

This commit is contained in:
Barnaby Walters 2021-06-14 23:57:45 +02:00
parent a98ca9e33d
commit 7cc21b39c3

View File

@ -1,4 +1,4 @@
name: PHP Composer name: PHPUnit Tests
on: on:
push: push:
@ -33,4 +33,4 @@ jobs:
# Docs: https://getcomposer.org/doc/articles/scripts.md # Docs: https://getcomposer.org/doc/articles/scripts.md
- name: Run test suite - name: Run test suite
run: ./run_coverage.sh run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text