Skip to content

Commit

Permalink
Playing with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 3, 2021
1 parent 783d252 commit 23a0de1
Showing 1 changed file with 1 addition and 1 deletion.
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 pcov --colors 1 -C --coverage ./coverage.xml --coverage-src ./src tests/cases
vendor/bin/tester -s -p php --colors 1 -C --coverage ./coverage.xml --coverage-src ./src tests/cases

pylint:
python -m pip install pylint
Expand Down

0 comments on commit 23a0de1

Please sign in to comment.