File tree Expand file tree Collapse file tree 7 files changed +888
-146
lines changed Expand file tree Collapse file tree 7 files changed +888
-146
lines changed Original file line number Diff line number Diff line change
1
+ coverage_clover : clover.xml
2
+ json_path : coveralls-upload.json
Original file line number Diff line number Diff line change @@ -12,4 +12,8 @@ notifications:
12
12
on_success : never # default: change
13
13
on_failure : always # default: always
14
14
15
- script : phpunit tests
15
+ script :
16
+ - vendor/bin/phpunit --coverage-clover clover.xml
17
+
18
+ after_success :
19
+ - php vendor/bin/php-coveralls -v
Original file line number Diff line number Diff line change 2
2
3
3
Full changelog for Zend Framework 3 view helpers library.
4
4
5
- ## v1.02.1 - Dependency - 2010-01-20
5
+ ## v1.03.2 - Code coverage - 2018-05-16
6
+
7
+ * Added code coverage reporting.
8
+ * Updated dependencies and tested.
9
+
10
+ ## v1.02.1 - Dependency - 2018-01-20
6
11
7
12
* Removed deanblackborough/zf3-view-helpers-code-completion from require, added to suggest
8
13
Original file line number Diff line number Diff line change 2
2
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/deanblackborough/zf3-view-helpers/blob/master/LICENSE )
3
3
[ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg )] ( https://php.net/ )
4
4
[ ![ Build Status] ( https://travis-ci.org/deanblackborough/zf3-view-helpers.svg?branch=master )] ( https://travis-ci.org/deanblackborough/zf3-view-helpers )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/deanblackborough/zf3-view-helpers/badge.svg?branch=master )] ( https://coveralls.io/github/deanblackborough/zf3-view-helpers?branch=master )
5
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/deanblackborough/zf3-view-helpers.svg?style=flat-square )] ( https://packagist.org/packages/deanblackborough/zf3-view-helpers )
6
7
7
8
# ZF3 view helpers
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " ^7" ,
18
+ "php" : " ^7.2 " ,
19
19
"zendframework/zend-view" : " ^2.10"
20
20
},
21
21
"suggest" : {
22
22
"php" : " ^7.2" ,
23
23
"deanblackborough/zf3-view-helpers-code-completion" : " ^1"
24
24
},
25
25
"require-dev" : {
26
- "phpunit/phpunit" : " ^6"
26
+ "phpunit/phpunit" : " ^7" ,
27
+ "php-coveralls/php-coveralls" : " ^2"
27
28
},
28
29
"repositories" : [
29
30
{
You can’t perform that action at this time.
0 commit comments