File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4444 # Docs: https://getcomposer.org/doc/articles/scripts.md
4545
4646 - name : Run test suite
47- run : composer run-script test
47+ run : composer run-script coverage
Original file line number Diff line number Diff line change 4747 # Docs: https://getcomposer.org/doc/articles/scripts.md
4848
4949 - name : Run test suite
50- run : composer run-script test
50+ run : composer run-script coverage
Original file line number Diff line number Diff line change 4747 # Docs: https://getcomposer.org/doc/articles/scripts.md
4848
4949 - name : Run test suite
50- run : composer run-script test
50+ run : composer run-script coverage
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ composer.lock
1010
1111/coverage
1212/.phpunit.cache
13+ /coverage.xml
Original file line number Diff line number Diff line change 3737 "phpunit/phpunit" : " ^9"
3838 },
3939 "scripts" : {
40- "test" : " @php vendor/bin/phpunit tests --coverage-html coverage --coverage-clover coverage.xml" ,
40+ "test" : " @php vendor/bin/phpunit tests" ,
41+ "coverage" : " @test --coverage-html coverage --coverage-clover coverage.xml" ,
4142 "php-version" : " @php --version"
4243 }
4344}
You can’t perform that action at this time.
0 commit comments