mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
bug fixes and subscription improvements
This commit is contained in:
parent
cc1d637817
commit
8e7e9fd9a8
|
|
@ -1,3 +1,5 @@
|
||||||
alias push="git push --recurse-submodules=on-demand"
|
alias push="git push --recurse-submodules=on-demand"
|
||||||
alias test="php -dpcov.enabled=1 vendor/bin/phpunit --configuration tests/phpunit_default.xml"
|
alias test="php -dpcov.enabled=1 vendor/bin/phpunit --configuration tests/phpunit_default.xml"
|
||||||
alias fulltest="./Build/Helper/testreport.sh"
|
alias fulltest="./Build/Helper/testreport.sh"
|
||||||
|
alias phpcs="./vendor/bin/phpcs --severity=1 ./ --standard=\"Build/Config/phpcs.xml\""
|
||||||
|
alias phpstan="./vendor/bin/phpstan analyse -l 9 -c Build/Config/phpstan.neon ./"
|
||||||
|
|
@ -12,13 +12,13 @@ sed -i '/^$/d' Build/test/phpstan.json
|
||||||
sed -i '/^Warning: /d' Build/test/phpstan.json
|
sed -i '/^Warning: /d' Build/test/phpstan.json
|
||||||
|
|
||||||
# Create report
|
# Create report
|
||||||
php ../../Tools/TestReportGenerator/src/index.php \
|
php ./Tools/TestReportGenerator/src/index.php \
|
||||||
-b /home/spl1nes/Orange-Management \
|
-b /var/www/html/Karaka \
|
||||||
-l /home/spl1nes/Orange-Management/Build/Config/reportLang.php \
|
-l /var/www/html/Karaka/Build/Config/reportLang.php \
|
||||||
-c /home/spl1nes/Orange-Management/tests/coverage.xml \
|
-c /var/www/html/Karaka/tests/coverage.xml \
|
||||||
-s /home/spl1nes/Orange-Management/Build/test/junit_phpcs.xml \
|
-s /var/www/html/Karaka/Build/test/junit_phpcs.xml \
|
||||||
-sj /home/spl1nes/Orange-Management/Build/test/junit_eslint.xml \
|
-sj /var/www/html/Karaka/Build/test/junit_eslint.xml \
|
||||||
-a /home/spl1nes/Orange-Management/Build/test/phpstan.json \
|
-a /var/www/html/Karaka/Build/test/phpstan.json \
|
||||||
-u /home/spl1nes/Orange-Management/Build/test/junit_php.xml \
|
-u /var/www/html/Karaka/Build/test/junit_php.xml \
|
||||||
-d /home/spl1nes/Orange-Management/Build/test/ReportExternal \
|
-d /var/www/html/Karaka/Build/test/ReportExternal \
|
||||||
--version 1.0.0
|
--version 1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user