Просмотр исходного кода

Exclude tests from coverage wherever the files are

Thomas Kluyver 4 лет назад
Родитель
Сommit
f2ad08306c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .coveragerc

+ 2 - 2
.coveragerc

@@ -1,5 +1,5 @@
 [run]
 omit = 
-    nsist/tests/*
-    nsist/_system_path.py
+    */tests/*
+    */nsist/_system_path.py