Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 24dec4f

Browse files
committed
Test coveralls
1 parent 16cbc8e commit 24dec4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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*

0 commit comments

Comments
 (0)