From 31287efa95f7f25cd1e2900362dc458fa4f7316d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 14 Mar 2019 11:53:52 -0400 Subject: [PATCH] Collect coverage information from the test suite --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1613cffbd..fb3637723 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,7 +50,7 @@ test_script: # the interpreter you're using - Appveyor does not do anything special # to put the Python version you want to use on PATH. - | - %PYTHON%\Scripts\tox.exe -e py + %PYTHON%\Scripts\tox.exe -e coverage after_test: # This builds the main tahoe wheel, and wheels for all dependencies.