Skip to content

Commit

Permalink
Issue #38: Add coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Oct 5, 2017
1 parent e9df0c4 commit 5032d74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build:
tests:
override:
-
command: './vendor/bin/phpunit --coverage-clover=report/clover.xml'
coverage:
file: 'report/clover.xml'
format: 'clover'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/ec-europa/oe-poetry-client.svg?branch=master)](https://travis-ci.org/ec-europa/oe-poetry-client)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ec-europa/oe-poetry-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ec-europa/oe-poetry-client/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/ec-europa/oe-poetry-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ec-europa/oe-poetry-client/?branch=master)

The Poetry Client Library aims to hide Poetry service complexity behind and easy-to-use client library so that
users don't have to worry about building their own request messages nor implementing SOAP interactions.
Expand Down

0 comments on commit 5032d74

Please sign in to comment.