From 70a054627f8afe784b8c7df6d399a7fb06ba346f Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Tue, 20 Dec 2016 00:08:17 +0100 Subject: [PATCH] Try to set the filename --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e71fc0d1..3b5dac60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,8 +29,7 @@ test_script: - "%CMD_IN_ENV% python setup.py install" # Run the tests with coverage - - "coverage run unittests/test_all.py" + - "coverage run -o .coverage unittests/test_all.py" artifacts: - - cmd: dir /a:h - path: .coverage