Skip to content

Instantly share code, notes, and snippets.

@mosbth
Created May 20, 2021 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mosbth/e96607b1577e6b5f2192604cc5428000 to your computer and use it in GitHub Desktop.
Save mosbth/e96607b1577e6b5f2192604cc5428000 to your computer and use it in GitHub Desktop.
>>> -------------- Start -------------------------
mosstud/mvc/kmom10 Thu May 20 13:51:55 CEST 2021
>>> -------------- 012_is-git-repo.bash -------------------------
OK 012_is-git-repo.bash
>>> -------------- 014_check-repo-remote.bash -------------------------
OK 014_check-repo-remote.bash
>>> -------------- 020_git-tag-exists.bash -------------------------
[mosstud] tag >= 7.0.0 and < 8.0.0 (v7.0.6)
OK 020_git-tag-exists.bash
>>> -------------- 022_git-tags.bash -------------------------
[mosstud] tags=7
v7.0.0
v7.0.1
v7.0.2
v7.0.3
v7.0.4
v7.0.5
v7.0.6
OK 022_git-tags.bash
>>> -------------- 024_git-commits.bash -------------------------
[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
WARNING 024_git-commits.bash
>>> -------------- 030_check-paths.bash -------------------------
OK 030_check-paths.bash
>>> -------------- 035_check-files.bash -------------------------
OK 035_check-files.bash
>>> -------------- 050_make-clean-all-install.bash -------------------------
OK 050_make-clean-all-install.bash
>>> -------------- 070_make-test.bash -------------------------
OK 070_make-test.bash
>>> -------------- 072_make-phpcpd.bash -------------------------
OK 072_make-phpcpd.bash
>>> -------------- 074_make-phpcs.bash -------------------------
OK 074_make-phpcs.bash
>>> -------------- 076_make-phpmd.bash -------------------------
phpmd: mess detected (10 build/phpmd)
WARNING 076_make-phpmd.bash
>>> -------------- 078_make-phpstan.bash -------------------------
phpstan: mess detected (41 build/phpstan)
WARNING 078_make-phpstan.bash
>>> -------------- 080_make-phpunit.bash -------------------------
WARNING 080_make-phpunit.bash
>>> -------------- 082_make-phpunit-coverage.bash -------------------------
<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"/>
OK 082_make-phpunit-coverage.bash
>>> -------------- 090_log-summary.bash -------------------------
[+] is Git repo
[+] remote = 'git@github.com: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:
OK 090_log-summary.bash
>>> -------------- Summary -------------------------
OK 012_is-git-repo.bash
OK 014_check-repo-remote.bash
OK 020_git-tag-exists.bash
OK 022_git-tags.bash
WARNING 024_git-commits.bash
OK 030_check-paths.bash
OK 035_check-files.bash
OK 050_make-clean-all-install.bash
OK 070_make-test.bash
OK 072_make-phpcpd.bash
OK 074_make-phpcs.bash
WARNING 076_make-phpmd.bash
WARNING 078_make-phpstan.bash
WARNING 080_make-phpunit.bash
OK 082_make-phpunit-coverage.bash
OK 090_log-summary.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment