File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v2
2929 - uses : php-actions/composer@v1
3030 - uses : php-actions/phpunit@v9
31+ with :
32+ configuration : test/phpunit.xml
3133
3234 - name : Publish to codecov
3335 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v2
2626 - uses : php-actions/composer@v1
2727 - uses : php-actions/phpunit@v9
28+ with :
29+ configuration : test/phpunit.xml
2830
2931 - name : Publish to codecov
3032 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v2
2323 - uses : php-actions/composer@v1
2424 - uses : php-actions/phpunit@v9
25+ with :
26+ configuration : test/phpunit.xml
2527
2628 - name : Publish to codecov
2729 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <phpunit colors =" true" >
3+ <testsuites >
4+ <testsuite name =" main" >
5+ <directory suffix =" Test.php" >.</directory >
6+ </testsuite >
7+ </testsuites >
8+
9+ <filter >
10+ <whitelist >
11+ <directory suffix =" .php" >../src</directory >
12+ </whitelist >
13+ </filter >
14+ </phpunit >
You can’t perform that action at this time.
0 commit comments