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
artifacts:
expire_in: 1 day
reports:
junit: tests/reports/junit.xml
paths:
- tests/reports/

View File

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

View File

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

View File

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