From e2404fc9047aaf3352b84ba5da42c68e3ac410b9 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 3 Jul 2018 11:36:04 +1200 Subject: [PATCH] Update gitattributes and Scrutinizer configuration --- .gitattributes | 1 + .scrutinizer.yml | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 475f5f2..89eb187 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ /.gitignore export-ignore /.travis.yml export-ignore /.scrutinizer.yml export-ignore +/codecov.yml export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 61b0c9f..a22afca 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,9 +1,13 @@ inherit: true checks: - php: - code_rating: true - duplication: true + php: true + +build: + nodes: + analysis: + tests: + override: [php-scrutinizer-run] filter: - paths: [code/*, tests/*] + paths: [src/*, tests/*]