File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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 :
56- # COVERALLS_RUN_LOCALLY: 1
5754 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments