You've already forked Traefik-Redis-Api
Revert "just testing, remember to revert"
This commit is contained in:
@@ -16,6 +16,8 @@ Unit Tests:
|
|||||||
composer run tests:unit:coverage
|
composer run tests:unit:coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
reports:
|
||||||
|
junit: tests/reports/junit.xml
|
||||||
paths:
|
paths:
|
||||||
- tests/reports/
|
- tests/reports/
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
"phpunit --colors=always --display-deprecations tests "
|
"phpunit --colors=always --display-deprecations tests "
|
||||||
],
|
],
|
||||||
"tests:unit:coverage": [
|
"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": [
|
"tests:lint": [
|
||||||
"phpcs ./src --standard=PSR12 --colors -v",
|
"phpcs ./src --standard=PSR12 --colors -v",
|
||||||
|
|||||||
@@ -2,15 +2,15 @@ volumes:
|
|||||||
redisdata: {}
|
redisdata: {}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
composer-runtime:
|
composer-runtime:
|
||||||
ports:
|
|
||||||
- "9501:9501"
|
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
image: siteworxpro/composer
|
image: siteworxpro/composer
|
||||||
entrypoint: "/bin/sh -c 'while true; do sleep 30; done;'"
|
entrypoint: "/bin/sh -c 'while true; do sleep 30; done;'"
|
||||||
environment:
|
environment:
|
||||||
PHP_IDE_CONFIG: serverName=localhost
|
PHP_IDE_CONFIG: serverName=localhost
|
||||||
|
|
||||||
dev-runtime:
|
dev-runtime:
|
||||||
ports:
|
ports:
|
||||||
- "9501:9501"
|
- "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