File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 28
28
docker-compose run --rm tests composer install --no-interaction
29
29
- name : Generating code coverage
30
30
run : |
31
- docker-compose run --rm tests ./vendor/bin/phpunit --coverage-clover ./clover.xml
31
+ docker-compose run --rm tests ./vendor/bin/phpunit --coverage-php ./coverage.cov
32
32
- name : Coveralls Parallel
33
- run : php${{matrix.php}} vendor/bin/php-coveralls -v
34
- env :
35
- COVERALLS_RUN_LOCALLY : ${{secrets.COVERALLS_RUN_LOCALLY }}
36
- COVERALLS_REPO_TOKEN : ${{secrets.COVERALLS_REPO_TOKEN}}
33
+ uses : coverallsapp/github-action@master
34
+ with :
35
+ github-token : ${{ secrets.github_token }}
36
+ path-to-lcov : ./coverage.cov
Original file line number Diff line number Diff line change 31
31
"mockery/mockery" : " ^1.0" ,
32
32
"satooshi/php-coveralls" : " ^2.0" ,
33
33
"php-coveralls/php-coveralls" : " ^2.1" ,
34
- "doctrine/dbal" : " ^2.5"
34
+ "doctrine/dbal" : " ^2.5" ,
35
+ "phpunit/phpcov" : " ^6.0"
35
36
},
36
37
"autoload" : {
37
38
"psr-0" : {
You can’t perform that action at this time.
0 commit comments