File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 5656 - name : Run test suite
5757 run : php -dpcov.enabled=1 -dpcov.exclude="~vendor~" vendor/bin/phpunit --testsuite unit,integration --coverage-clover ./.coverage/coverage.xml
5858
59+ - name : Upload coverage to codecov
60+ uses : codecov/codecov-action@v3
61+ with :
62+ token : ${{ secrets.CODECOV_TOKEN }}
63+ files : ./.coverage/coverage.xml
64+
5965 - name : Check coverage
6066 run : test ! -f ./.coverage/coverage.xml || php vendor/bin/phpfci inspect ./.coverage/coverage.xml --exit-code-on-failure --reportText
6167
Original file line number Diff line number Diff line change 11[ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.1-8892BF )] ( https://php.net/ )
22[ ![ Minimum Symfony Version] ( https://img.shields.io/badge/symfony-%3E%3D%206.0-brightgreen )] ( https://symfony.com/doc/current/validation.html )
3+ [ ![ codecov] ( https://codecov.io/gh/frankdekker/symfony-log-viewer-bundle/branch/master/graph/badge.svg )] ( https://app.codecov.io/gh/frankdekker/symfony-log-viewer-bundle )
34![ Run tests] ( https://github.com/frankdekker/symfony-log-viewer-bundle/actions/workflows/test.yml/badge.svg )
45
56<div style =" text-align : center " >
You can’t perform that action at this time.
0 commit comments