Added mutation-tests step in ci workflow

This commit is contained in:
Alejandro Celaya
2020-12-13 13:11:41 +01:00
parent ac5a22a3d0
commit d8a7f3e08c
2 changed files with 37 additions and 1 deletions

View File

@@ -115,7 +115,8 @@
],
"test:ci": [
"@test:unit:ci",
"@test:db"
"@test:db",
"@test:api"
],
"test:unit": "@php vendor/bin/phpunit --order-by=random --colors=always --coverage-php build/coverage-unit.cov --testdox",
"test:unit:ci": "@test:unit --coverage-xml=build/coverage-unit/coverage-xml --log-junit=build/coverage-unit/junit.xml",