Skip to content

Commit

Permalink
use php-coveralls/php-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
yupmin committed Jan 9, 2023
1 parent 5966988 commit 7386ab5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage_clover: coverage.xml
json_path: coveralls.json
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ nbproject
tmp/
vendor/
.phpunit.result.cache
coverage.xml
coverage.xml
coveralls.json
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7",
"php-di/php-di": "^6.4",
"twinh/php-coveralls": "^2.3"
"php-coveralls/php-coveralls": "^2.5"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 7386ab5

Please sign in to comment.