From c12f4dd835077e3aa39e9056c25f136ff6a6655b Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 20 Oct 2016 15:49:59 -0600 Subject: Add coverage collection to tox unit tests. First step in increasing coverage is knowing what coverage is currently at. By default, tox only runs coverage on py3 as it is slower to run with coverage. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 77eb9c74..865cac15 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ dist *.pyc __pycache__ .tox +.coverage -- cgit v1.2.3