Revert "just testing, remember to revert"

This commit is contained in:
2025-05-12 13:26:28 -04:00
parent 3e232ab198
commit 6e340e898f
4 changed files with 7 additions and 4 deletions

View File

@@ -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/

View File

@@ -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",

View File

@@ -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"

View File

@@ -1 +1,2 @@
html/ html/
junit.xml