File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - uses : php-actions/composer@v1
3131 - uses : nanasess/setup-php@master
3232 - uses : php-actions/phpunit@v9
33- # with:
34- # configuration: ./phpunit.xml
35- # args: --coverage-text
33+ with :
34+ configuration : ./phpunit.xml
35+ args : --coverage-text
3636
3737 - name : Publish to codecov
3838 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2626 - uses : php-actions/composer@v1
2727 - uses : nanasess/setup-php@master
2828 - uses : php-actions/phpunit@v9
29- # with:
30- # configuration: ./phpunit.xml
31- # args: --coverage-text
29+ with :
30+ configuration : ./phpunit.xml
31+ args : --coverage-text
3232
3333 - name : Publish to codecov
3434 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit colors =" true" >
2+ <phpunit colors =" true" bootstrap = " vendor/autoload.php " >
33 <testsuites >
44 <testsuite name =" main" >
55 <directory suffix =" Test.php" >.</directory >
You can’t perform that action at this time.
0 commit comments