From 96623c8e1605e1ec3a349164d2250fc1f9888dcf Mon Sep 17 00:00:00 2001 From: johnkrovitch Date: Sat, 16 Nov 2019 00:11:13 +0100 Subject: [PATCH] add scrutinizer configuration --- .scrutinizer.yml | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..4dd92b3 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,7 @@ +tools: + external_code_coverage: + timeout: 2000 + +filter: + excluded_paths: + - tests diff --git a/README.md b/README.md index c01f1d1..1cb8a6b 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,4 @@ A patch is in progress to avoid this. ## Road map - [ ] Add an option to set a timeout in tests to avoid error with the cache +- [ ] Add a check to see if the web server is running