From 60fb1e6554775d1b22685f5b1eea04795c84a542 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 2 Sep 2016 16:12:43 -0400 Subject: [tests] add pep8 in main tox run from within the gitlab script add coverage reports too. (hereby we swear not to write stupid tests just because it feels good to have an increased coverage metric). - Resolves: #8416 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6c3e413e..1f278cbf 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ MANIFEST _trial_temp .DS_Store scripts/profiling/sync/profiles + +testing/htmlcov +testing/.coverage -- cgit v1.2.3