Skip to content

Commit

Permalink
Update: coverage scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Nov 13, 2017
1 parent df44955 commit 0b6a50e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
clover.xml

# Created by https://www.gitignore.io/api/git,vim,node,linux,macos,emacs,windows,composer,phpstorm,sublimetext,phpstorm+all,phpstorm+iml,visualstudiocode

### Composer ###
composer.phar
/composer.lock
/vendor/
coverage.txt
clover.xml

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down Expand Up @@ -395,5 +396,3 @@ $RECYCLE.BIN/
*.lnk

# End of https://www.gitignore.io/api/git,vim,node,linux,macos,emacs,windows,composer,phpstorm,sublimetext,phpstorm+all,phpstorm+iml,visualstudiocode

/composer.lock
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"test": "phpunit --configuration=./phpunit.xml --testsuite=fullspec --color=always",
"unit": "phpunit --configuration=./phpunit.xml --testsuite=unit --color=always",
"integration": "phpunit --configuration=./phpunit.xml --testsuite=integration --color=always",
"coverage": "phpunit --coverage-text --configuration=./phpunit.xml --testsuite=fullspec --color=always",
"clover": "phpunit --coverage-clover=./clover.xml --configuration=./phpunit.xml --testsuite=fullspec --color=never"
},
"require-dev": {
Expand Down

0 comments on commit 0b6a50e

Please sign in to comment.