Ignore test files for code coverage also on Codacy

This commit is contained in:
Philipp Wolfer
2019-03-29 11:20:09 +01:00
parent 801c7f8f35
commit 6158c001bf

View File

@@ -1,2 +1,6 @@
exclude_paths:
- 'picard/ui/ui_*.py'
engines:
coverage:
exclude_paths:
- 'test/**'