Unverified Commit 37942f8a authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1923 from Smolevich/add-use-new-library-for-coveralls

Update ci file and composer dependencies
parents dbb231ec 49e622ee
......@@ -56,6 +56,10 @@ jobs:
MONGO_HOST: 0.0.0.0
MYSQL_HOST: 0.0.0.0
MYSQL_PORT: 3307
- name: Send coveralls
run: vendor/bin/coveralls coverage.xml
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
......
......@@ -23,14 +23,15 @@
"illuminate/container": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0",
"illuminate/events": "^5.8|^6.0",
"mongodb/mongodb": "^1.4"
"mongodb/mongodb": "^1.4",
"cedx/coveralls": "^11.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.1|^4.0",
"mockery/mockery": "^1.0",
"doctrine/dbal": "^2.5",
"phpunit/phpcov": "5.0.0"
"phpunit/phpcov": "^6.0"
},
"autoload": {
"psr-0": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment