Skip to content

Commit

Permalink
Merge pull request #1923 from Smolevich/add-use-new-library-for-cover…
Browse files Browse the repository at this point in the history
…alls

Update ci file and composer dependencies
  • Loading branch information
jenssegers committed Jan 24, 2020
2 parents dbb231e + 49e622e commit 37942f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-ci.yml
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 37942f8

Please sign in to comment.