From 3247b6dc642ab57452d51c9926860bddb6a57f09 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 22 Nov 2015 13:52:14 +0200 Subject: [PATCH] add scrutinizer config for coverage --- .scrutinizer.yml | 8 ++++++++ .travis.yml | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..37eb797 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,8 @@ +filter: + excluded_paths: + - 'tests/*' + - 'vcr/*' +tools: + external_code_coverage: + timeout: 300 + runs: 3 diff --git a/.travis.yml b/.travis.yml index 67f8f11..f7ce8b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ python: install: - make init - pip install coveralls + - pip install scrutinizer-ocular script: - make test after_success: - coveralls + - ocular