File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments