瀏覽代碼

Exclude tests from coverage wherever the files are

Thomas Kluyver 4 年之前
父節點
當前提交
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