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