Skip to content

Commit adb57c2

Browse files
committed
Update composer.json
1 parent 847efe1 commit adb57c2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949
MYSQL_HOST: 0.0.0.0
5050
MYSQL_PORT: 3307
5151
- name: Send coveralls
52-
run: |
53-
export PATH="$PATH:~/.composer/vendor/bin/"
54-
php-coveralls build/logs/clover.xml -v
52+
run: vendor/bin/php-coveralls -v
5553
env:
5654
# COVERALLS_RUN_LOCALLY: 1
5755
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@
2929
"phpunit/phpunit": "^6.0|^7.0|^8.0",
3030
"orchestra/testbench": "^3.1|^4.0",
3131
"mockery/mockery": "^1.0",
32-
"php-coveralls/php-coveralls": "^2.1",
32+
"php-coveralls/php-coveralls": "dev-add-support-for-github-actions",
3333
"doctrine/dbal": "^2.5",
3434
"phpunit/phpcov": "5.0.0"
3535
},
36+
"repositories": [
37+
{
38+
"type": "vcs",
39+
"url": "https://github.com/Smolevich/php-coveralls"
40+
}
41+
],
3642
"autoload": {
3743
"psr-0": {
3844
"Jenssegers\\Mongodb": "src/"

0 commit comments

Comments
 (0)