This repository was archived by the owner on Nov 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ script:
5656 # - Verify it's installed.
5757 - if [[ "$SNIFF" == "1" ]]; then ./bin/phpcs -i; fi
5858 # - Run unit tests for CodeIgniter4 standard.
59- - if [[ "$SNIFF" == "1" ]]; then ./vendor/bin/phpunit --debug --filter CodeIgniter4 ./tests/AllTests.php; fi
59+ - if [[ "$SNIFF" == "1" ]]; then ./vendor/bin/phpunit --debug --coverage-clover=clover.xml -- filter CodeIgniter4 ./tests/AllTests.php; fi
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Version 1.0.0-beta0008
88| :---: | :---: |
99| [ ![ Build Status] ( https://travis-ci.org/louisl/CodeIgniter4-Standard.svg?branch=master )] ( https://travis-ci.org/louisl/CodeIgniter4-Standard ) | [ ![ Build Status] ( https://travis-ci.org/louisl/CodeIgniter4-Standard.svg?branch=develop )] ( https://travis-ci.org/louisl/CodeIgniter4-Standard ) |
1010| [ ![ Coverage Status] ( https://coveralls.io/repos/github/louisl/CodeIgniter4-Standard/badge.svg?branch=master )] ( https://coveralls.io/github/louisl/CodeIgniter4-Standard?branch=master ) | [ ![ Coverage Status] ( https://coveralls.io/repos/github/louisl/CodeIgniter4-Standard/badge.svg?branch=develop )] ( https://coveralls.io/github/louisl/CodeIgniter4-Standard?branch=develop )
11+
1112*** This is currently a work in progress.***
1213
1314* Requested at: https://github.com/bcit-ci/CodeIgniter4/issues/182 *
You can’t perform that action at this time.
0 commit comments