Created
May 20, 2021 11:52
-
-
Save mosbth/e96607b1577e6b5f2192604cc5428000 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[32;01m>>> -------------- Start -------------------------[0m | |
mosstud/mvc/kmom10 Thu May 20 13:51:55 CEST 2021 | |
[32;01m>>> -------------- 012_is-git-repo.bash -------------------------[0m | |
[0;30;42mOK[0m 012_is-git-repo.bash | |
[32;01m>>> -------------- 014_check-repo-remote.bash -------------------------[0m | |
[0;30;42mOK[0m 014_check-repo-remote.bash | |
[32;01m>>> -------------- 020_git-tag-exists.bash -------------------------[0m | |
[mosstud] tag >= 7.0.0 and < 8.0.0 (v7.0.6) | |
[0;30;42mOK[0m 020_git-tag-exists.bash | |
[32;01m>>> -------------- 022_git-tags.bash -------------------------[0m | |
[mosstud] tags=7 | |
v7.0.0 | |
v7.0.1 | |
v7.0.2 | |
v7.0.3 | |
v7.0.4 | |
v7.0.5 | |
v7.0.6 | |
[0;30;42mOK[0m 022_git-tags.bash | |
[32;01m>>> -------------- 024_git-commits.bash -------------------------[0m | |
[mosstud] commits=16 | |
addNewLine 1712523 - unknown, 15 minutes ago : update phpunit config | |
7105fbe - unknown, 28 minutes ago : update htaccess | |
8a40358 - unknown, 2 hours ago : delete makefile.mvc | |
78d6820 - unknown, 4 hours ago : fix validation errors | |
bdd4204 - unknown, 4 hours ago : fix validation errors | |
[43mWARNING[0m 024_git-commits.bash | |
[32;01m>>> -------------- 030_check-paths.bash -------------------------[0m | |
[0;30;42mOK[0m 030_check-paths.bash | |
[32;01m>>> -------------- 035_check-files.bash -------------------------[0m | |
[0;30;42mOK[0m 035_check-files.bash | |
[32;01m>>> -------------- 050_make-clean-all-install.bash -------------------------[0m | |
[0;30;42mOK[0m 050_make-clean-all-install.bash | |
[32;01m>>> -------------- 070_make-test.bash -------------------------[0m | |
[0;30;42mOK[0m 070_make-test.bash | |
[32;01m>>> -------------- 072_make-phpcpd.bash -------------------------[0m | |
[0;30;42mOK[0m 072_make-phpcpd.bash | |
[32;01m>>> -------------- 074_make-phpcs.bash -------------------------[0m | |
[0;30;42mOK[0m 074_make-phpcs.bash | |
[32;01m>>> -------------- 076_make-phpmd.bash -------------------------[0m | |
phpmd: mess detected (10 build/phpmd) | |
[43mWARNING[0m 076_make-phpmd.bash | |
[32;01m>>> -------------- 078_make-phpstan.bash -------------------------[0m | |
phpstan: mess detected (41 build/phpstan) | |
[43mWARNING[0m 078_make-phpstan.bash | |
[32;01m>>> -------------- 080_make-phpunit.bash -------------------------[0m | |
[43mWARNING[0m 080_make-phpunit.bash | |
[32;01m>>> -------------- 082_make-phpunit-coverage.bash -------------------------[0m | |
<metrics files="2" loc="247" ncloc="135" classes="2" methods="12" coveredmethods="1" conditionals="0" coveredconditionals="0" statements="40" coveredstatements="2" elements="52" coveredelements="3"/> | |
[0;30;42mOK[0m 082_make-phpunit-coverage.bash | |
[32;01m>>> -------------- 090_log-summary.bash -------------------------[0m | |
[+] is Git repo | |
[+] remote = '[email protected]:richardstg/final-project-mvc.git' | |
[+] Has tag between 7.0.0 and 8.0.0 (v7.0.6) | |
[+] Number of tags = 7 (>=2) | |
[-] Number of commits = 16 (>=20) | |
[+] check dirs (2/2) | |
[+] check files (3/3) | |
[+] make clean-all install | |
[+] make test | |
[+] phpcpd: clones (5 build/phpcpd) | |
[+] phpcs: code style PSR12 (0 build/phpcs) | |
[-] phpmd: mess detected (10 build/phpmd) | |
[-] phpstan: mess detected (41 build/phpstan) | |
[-] phpunit: | |
[+] coverage: | |
[0;30;42mOK[0m 090_log-summary.bash | |
[32;01m>>> -------------- Summary -------------------------[0m | |
[0;30;42mOK[0m 012_is-git-repo.bash | |
[0;30;42mOK[0m 014_check-repo-remote.bash | |
[0;30;42mOK[0m 020_git-tag-exists.bash | |
[0;30;42mOK[0m 022_git-tags.bash | |
[43mWARNING[0m 024_git-commits.bash | |
[0;30;42mOK[0m 030_check-paths.bash | |
[0;30;42mOK[0m 035_check-files.bash | |
[0;30;42mOK[0m 050_make-clean-all-install.bash | |
[0;30;42mOK[0m 070_make-test.bash | |
[0;30;42mOK[0m 072_make-phpcpd.bash | |
[0;30;42mOK[0m 074_make-phpcs.bash | |
[43mWARNING[0m 076_make-phpmd.bash | |
[43mWARNING[0m 078_make-phpstan.bash | |
[43mWARNING[0m 080_make-phpunit.bash | |
[0;30;42mOK[0m 082_make-phpunit-coverage.bash | |
[0;30;42mOK[0m 090_log-summary.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment