Skip to content

Commit 37942f8

Browse files
authored
Merge pull request #1923 from Smolevich/add-use-new-library-for-coveralls
Update ci file and composer dependencies
2 parents dbb231e + 49e622e commit 37942f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
MONGO_HOST: 0.0.0.0
5757
MYSQL_HOST: 0.0.0.0
5858
MYSQL_PORT: 3307
59+
- name: Send coveralls
60+
run: vendor/bin/coveralls coverage.xml
61+
env:
62+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5963
- uses: codecov/codecov-action@v1
6064
with:
6165
token: ${{ secrets.CODECOV_TOKEN }}

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
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",
3233
"doctrine/dbal": "^2.5",
33-
"phpunit/phpcov": "5.0.0"
34+
"phpunit/phpcov": "^6.0"
3435
},
3536
"autoload": {
3637
"psr-0": {

0 commit comments

Comments
 (0)