From 2726b85ef28f1c495f302f866f3528830df07d5a Mon Sep 17 00:00:00 2001 From: Isaac Riley Date: Tue, 22 Mar 2022 14:06:15 +0100 Subject: [PATCH] fixed build config minutia --- .coveragerc | 2 ++ sonar-project.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 1648259..792a045 100644 --- a/.coveragerc +++ b/.coveragerc @@ -7,6 +7,7 @@ omit = */test/* */__init__.py */setup.py + */build_venv/* source = vidocp relative_files = True @@ -34,6 +35,7 @@ omit = *test.py */__init__.py */setup.py + */build_venv/* ignore_errors = True diff --git a/sonar-project.properties b/sonar-project.properties index 7939746..02b7c58 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -sonar.exclusions=bamboo-specs/**, venv/**, **/*.js, **/*.html, **/*.css, data/** +sonar.exclusions=bamboo-specs/**, venv/**, **/*.js, **/*.html, **/*.css, data/**, build_venv/** sonar.c.file.suffixes=- sonar.cpp.file.suffixes=- sonar.objc.file.suffixes=- \ No newline at end of file