From 5032d74d6ad10d4835909507751064c9af138ac1 Mon Sep 17 00:00:00 2001 From: Antonio De Marco Date: Thu, 5 Oct 2017 13:52:38 +0200 Subject: [PATCH] Issue #38: Add coverage. --- .scrutinizer.yml | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..d7ed33b --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,8 @@ +build: + tests: + override: + - + command: './vendor/bin/phpunit --coverage-clover=report/clover.xml' + coverage: + file: 'report/clover.xml' + format: 'clover' diff --git a/README.md b/README.md index 921e011..0f4c6b4 100644 --- a/README.md +++ b/README.md @@ -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.