Skip to content

Commit 24654ae

Browse files
committed
Update using cedx/coveralls, remove php-coveralls/php-coveralls
1 parent 3e5e9de commit 24654ae

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
MYSQL_HOST: 0.0.0.0
5959
MYSQL_PORT: 3307
6060
- name: Send coveralls
61-
run: vendor/bin/php-coveralls -v
61+
run: vendor/bin/coveralls build/logs/clover.xml
6262
env:
6363
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
continue-on-error: true

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,16 @@
2323
"illuminate/container": "^5.8|^6.0",
2424
"illuminate/database": "^5.8|^6.0",
2525
"illuminate/events": "^5.8|^6.0",
26-
"mongodb/mongodb": "^1.4"
26+
"mongodb/mongodb": "^1.4",
27+
"cedx/coveralls": "^11.2"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "^6.0|^7.0|^8.0",
3031
"orchestra/testbench": "^3.1|^4.0",
3132
"mockery/mockery": "^1.0",
32-
"php-coveralls/php-coveralls": "dev-add-support-for-github-actions",
3333
"doctrine/dbal": "^2.5",
34-
"phpunit/phpcov": "5.0.0"
34+
"phpunit/phpcov": "^6.0"
3535
},
36-
"repositories": [
37-
{
38-
"type": "vcs",
39-
"url": "https://github.com/Smolevich/php-coveralls"
40-
}
41-
],
4236
"autoload": {
4337
"psr-0": {
4438
"Jenssegers\\Mongodb": "src/"

0 commit comments

Comments
 (0)