Skip to content

Commit

Permalink
finally get update for live-code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Apr 1, 2020
1 parent 6d6a1fc commit 2696f56
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 195 deletions.
Binary file modified .azure/azure.sig
Binary file not shown.
3 changes: 1 addition & 2 deletions .azure/job-test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
- template: step-test-browser.yml

- bash: |
composer global require phpunit/phpcov
$COMPOSER_HOME/vendor/bin/phpcov merge --clover=results/coverage0.xml results/coverage/
vendor/bin/phpcov merge --clover=results/coverage0.xml results/coverage/
rm -rf results/coverage
displayName: 'Fix coverage'
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"pragmarx/countries-laravel": "^0.6.1",
"pragmarx/google2fa": "^7.0",
"pragmarx/google2fa-laravel": "^1.3",
"pragmarx/ia-arr": "^7.3",
"pragmarx/ia-collection": "^7.3",
"pragmarx/recovery": "^0.1.0",
"predis/predis": "^1.1",
"ralouphie/mimey": "^2.0",
Expand All @@ -65,7 +63,8 @@
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^4.1",
"nunomaduro/larastan": "^0.5",
"phpunit/phpunit": "^8.5",
"phpunit/phpcov": "^7.0",
"phpunit/phpunit": "^9.0",
"psalm/plugin-laravel": "^1.0",
"roave/security-advisories": "dev-master",
"thecodingmachine/phpstan-safe-rule": "^1.0",
Expand Down
Loading

0 comments on commit 2696f56

Please sign in to comment.