File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ${{matrix.os}}
1212 strategy :
1313 matrix :
14- php : [7.1, 7.2, 7.3, 7.4]
14+ php : [' 7.1', ' 7.2', ' 7.3', ' 7.4' ]
1515 os : ['ubuntu-latest']
16- mongodb : [3.6, 4.0, 4.2]
16+ mongodb : [' 3.6', ' 4.0', ' 4.2' ]
1717 services :
1818 mongo :
1919 image : mongo:${{ matrix.mongodb }}
5656 MONGO_HOST : 0.0.0.0
5757 MYSQL_HOST : 0.0.0.0
5858 MYSQL_PORT : 3307
59+ - name : Send coveralls
60+ run : vendor/bin/coveralls coverage.xml
61+ env :
62+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5963 - uses : codecov/codecov-action@v1
6064 with :
6165 token : ${{ secrets.CODECOV_TOKEN }}
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" ,
3233 "doctrine/dbal" : " ^2.5" ,
33- "phpunit/phpcov" : " 5.0 .0"
34+ "phpunit/phpcov" : " ^6 .0"
3435 },
3536 "autoload" : {
3637 "psr-0" : {
You can’t perform that action at this time.
0 commit comments