diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..b3ec7d3 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,12 @@ +inherit: true + +tools: + external_code_coverage: true + +checks: + php: + code_rating: true + duplication: true + +filter: + paths: [code/*, tests/*] diff --git a/README.md b/README.md index b16c55f..f38861a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Share Draft Content -[![Build Status](https://travis-ci.org/silverstripe-labs/silverstripe-sharedraftcontent.svg)](https://travis-ci.org/silverstripe-labs/silverstripe-sharedraftcontent) +[![Build Status](http://img.shields.io/travis/silverstripe-labs/silverstripe-sharedraftcontent.svg?style=flat-square)](https://travis-ci.org/silverstripe-labs/silverstripe-sharedraftcontent) +[![Code Quality](http://img.shields.io/scrutinizer/g/silverstripe-labs/silverstripe-shareddraftcontent.svg?style=flat-square)](https://scrutinizer-ci.com/g/silverstripe-labs/silverstripe-shareddraftcontent) Share draft page content with non-CMS users.