File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 49
49
MYSQL_HOST : 0.0.0.0
50
50
MYSQL_PORT : 3307
51
51
- 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
55
53
env :
56
54
# COVERALLS_RUN_LOCALLY: 1
57
55
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 29
29
"phpunit/phpunit" : " ^6.0|^7.0|^8.0" ,
30
30
"orchestra/testbench" : " ^3.1|^4.0" ,
31
31
"mockery/mockery" : " ^1.0" ,
32
- "php-coveralls/php-coveralls" : " ^2.1 " ,
32
+ "php-coveralls/php-coveralls" : " dev-add-support-for-github-actions " ,
33
33
"doctrine/dbal" : " ^2.5" ,
34
34
"phpunit/phpcov" : " 5.0.0"
35
35
},
36
+ "repositories" : [
37
+ {
38
+ "type" : " vcs" ,
39
+ "url" : " https://github.com/Smolevich/php-coveralls"
40
+ }
41
+ ],
36
42
"autoload" : {
37
43
"psr-0" : {
38
44
"Jenssegers\\ Mongodb" : " src/"
You can’t perform that action at this time.
0 commit comments