Procházet zdrojové kódy

Exclude tests from coverage wherever the files are

Thomas Kluyver před 4 roky
rodič
revize
f2ad08306c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .coveragerc

+ 2 - 2
.coveragerc

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