Revert "just testing, remember to revert"
This commit is contained in:
@@ -16,6 +16,8 @@ Unit Tests:
|
||||
composer run tests:unit:coverage
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
reports:
|
||||
junit: tests/reports/junit.xml
|
||||
paths:
|
||||
- tests/reports/
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
"phpunit --colors=always --display-deprecations tests "
|
||||
],
|
||||
"tests:unit:coverage": [
|
||||
"phpunit --colors=always --display-deprecations --coverage-html tests/reports/html tests "
|
||||
"phpunit --colors=always --display-deprecations --log-junit tests/reports/junit.xml --coverage-html tests/reports/html tests "
|
||||
],
|
||||
"tests:lint": [
|
||||
"phpcs ./src --standard=PSR12 --colors -v",
|
||||
|
@@ -2,15 +2,15 @@ volumes:
|
||||
redisdata: {}
|
||||
|
||||
services:
|
||||
|
||||
composer-runtime:
|
||||
ports:
|
||||
- "9501:9501"
|
||||
volumes:
|
||||
- .:/app
|
||||
image: siteworxpro/composer
|
||||
entrypoint: "/bin/sh -c 'while true; do sleep 30; done;'"
|
||||
environment:
|
||||
PHP_IDE_CONFIG: serverName=localhost
|
||||
|
||||
dev-runtime:
|
||||
ports:
|
||||
- "9501:9501"
|
||||
|
3
tests/reports/.gitignore
vendored
3
tests/reports/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
html/
|
||||
html/
|
||||
junit.xml
|
Reference in New Issue
Block a user