From 3ba7667bec374627773b54fa10ed68b62677eae8 Mon Sep 17 00:00:00 2001 From: Tom Robertshaw Date: Mon, 11 Jul 2016 10:08:25 +0100 Subject: [PATCH] Add scrutinizer code statuses to readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3fe0b0..0cb2f54 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ An extension to add Royal Mail shipping rates to Magento 2. +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/meanbee/magento2-royalmail/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/meanbee/magento2-royalmail/?branch=master) +[![Code Coverage](https://scrutinizer-ci.com/g/meanbee/magento2-royalmail/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/meanbee/magento2-royalmail/?branch=master) +[![Build Status](https://scrutinizer-ci.com/g/meanbee/magento2-royalmail/badges/build.png?b=master)](https://scrutinizer-ci.com/g/meanbee/magento2-royalmail/build-status/master) + ## Installation This module is intended to be installed using composer. After including this component and enabling it, you can verify it is installed by going the backend at: @@ -53,4 +57,4 @@ If running `composer update` natively in the src/ directory you can run it with ## License -[Open Source License](LICENSE.txt) \ No newline at end of file +[Open Source License](LICENSE.txt)