File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ${{matrix.os}}
12
12
strategy :
13
13
matrix :
14
- php : [7.1, 7.2, 7.3, 7.4]
14
+ php : [' 7.1', ' 7.2', ' 7.3', ' 7.4' ]
15
15
os : ['ubuntu-latest']
16
- mongodb : [3.6, 4.0, 4.2]
16
+ mongodb : [' 3.6', ' 4.0', ' 4.2' ]
17
17
services :
18
18
mongo :
19
19
image : mongo:${{ matrix.mongodb }}
56
56
MONGO_HOST : 0.0.0.0
57
57
MYSQL_HOST : 0.0.0.0
58
58
MYSQL_PORT : 3307
59
+ - name : Send coveralls
60
+ run : vendor/bin/coveralls coverage.xml
61
+ env :
62
+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59
63
- uses : codecov/codecov-action@v1
60
64
with :
61
65
token : ${{ secrets.CODECOV_TOKEN }}
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
33
"doctrine/dbal" : " ^2.5" ,
33
- "phpunit/phpcov" : " 5.0 .0"
34
+ "phpunit/phpcov" : " ^6 .0"
34
35
},
35
36
"autoload" : {
36
37
"psr-0" : {
You can’t perform that action at this time.
0 commit comments