Skip to content

Commit 7566814

Browse files
committed
update coverage clover
1 parent 18239fd commit 7566814

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.scrutinizer.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,14 @@ checks:
1717
fix_identation_4spaces: true
1818
fix_doc_comments: true
1919

20+
build:
21+
tests:
22+
override:
23+
-
24+
command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
25+
coverage:
26+
file: 'coverage.clover'
27+
format: 'clover'
28+
2029
tools:
2130
external_code_coverage: false

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# php restful api response implement PSR-7: HTTP message interfaces
22

33
[![Build Status](https://travis-ci.org/harryosmar/php-restful-api-response.svg?branch=master)](https://travis-ci.org/harryosmar/php-restful-api-response)
4+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/harryosmar/php-restful-api-response/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/harryosmar/php-restful-api-response/?branch=master)
45

56
## Requirements
67
- php >= 5.6

0 commit comments

Comments
 (0)