Add coverage reporting back in
This commit is contained in:
parent
602729d07c
commit
3f7744e51c
@ -43,7 +43,7 @@ php-test-job:
|
|||||||
- export DB_DATABASE="$MYSQL_DATABASE"
|
- export DB_DATABASE="$MYSQL_DATABASE"
|
||||||
- export DB_USERNAME=root
|
- export DB_USERNAME=root
|
||||||
- export DB_PASSWORD="$MYSQL_ROOT_PASSWORD"
|
- export DB_PASSWORD="$MYSQL_ROOT_PASSWORD"
|
||||||
- php artisan test
|
- php artisan test --coverage-cobertura code-coverage.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
cobertura: code-coverage.xml
|
cobertura: code-coverage.xml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user