From 066657fca28ad240e4158eee9e72f4a3f90395b5 Mon Sep 17 00:00:00 2001 From: micbou Date: Thu, 27 Oct 2016 22:46:56 +0200 Subject: [PATCH 1/2] Enable coverage on AppVeyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 1a0ed025..b03d8ad6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ version: '{build}' environment: + COVERAGE: true matrix: - arch: 32 python: 35 From bc8040f10c33fe9cf7d7a999b04e368f5ccf3a2f Mon Sep 17 00:00:00 2001 From: micbou Date: Thu, 27 Oct 2016 22:48:17 +0200 Subject: [PATCH 2/2] Ignore cover folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7c3ffa2..a21d0fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ pip-log.txt # Unit test / coverage reports .coverage -python/cover/ +cover/ .tox nosetests.xml .noseids