Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 3, 2021
1 parent 5abd03d commit 783d252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.extensions }}"
tools: "composer:${{ env.composer-version }}"
coverage: "xdebug"
coverage: "pcov"

- name: "Setup problem matchers for PHP"
run: 'echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ php_tests: vendor
vendor/bin/tester -s -p php --colors 1 -C tests/cases

php_coverage: vendor
vendor/bin/tester -s -p phpdbg --colors 1 -C --coverage ./coverage.xml --coverage-src ./src tests/cases
vendor/bin/tester -s -p pcov --colors 1 -C --coverage ./coverage.xml --coverage-src ./src tests/cases

pylint:
python -m pip install pylint
Expand Down

0 comments on commit 783d252

Please sign in to comment.