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 58
58
MYSQL_HOST : 0.0.0.0
59
59
MYSQL_PORT : 3307
60
60
- name : Send coveralls
61
- run : vendor/bin/php- coveralls -v
61
+ run : vendor/bin/coveralls build/logs/clover.xml
62
62
env :
63
63
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
64
continue-on-error : true
Original file line number Diff line number Diff line change 23
23
"illuminate/container" : " ^5.8|^6.0" ,
24
24
"illuminate/database" : " ^5.8|^6.0" ,
25
25
"illuminate/events" : " ^5.8|^6.0" ,
26
- "mongodb/mongodb" : " ^1.4"
26
+ "mongodb/mongodb" : " ^1.4" ,
27
+ "cedx/coveralls" : " ^11.2"
27
28
},
28
29
"require-dev" : {
29
30
"phpunit/phpunit" : " ^6.0|^7.0|^8.0" ,
30
31
"orchestra/testbench" : " ^3.1|^4.0" ,
31
32
"mockery/mockery" : " ^1.0" ,
32
- "php-coveralls/php-coveralls" : " dev-add-support-for-github-actions" ,
33
33
"doctrine/dbal" : " ^2.5" ,
34
- "phpunit/phpcov" : " 5.0 .0"
34
+ "phpunit/phpcov" : " ^6 .0"
35
35
},
36
- "repositories" : [
37
- {
38
- "type" : " vcs" ,
39
- "url" : " https://github.com/Smolevich/php-coveralls"
40
- }
41
- ],
42
36
"autoload" : {
43
37
"psr-0" : {
44
38
"Jenssegers\\ Mongodb" : " src/"
You can’t perform that action at this time.
0 commit comments