summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2015-12-30 17:00:25 +0200
committerAarni Koskela <akx@iki.fi>2015-12-30 17:06:06 +0200
commitbbacb6c28a07558c51286b491ca4c1c89f1f38a3 (patch)
treebb4156304710499d411177bc0f70cb8d78b4707c
parent1ba3908a8fdc10d16f264f8fca5414fe57d3c6f6 (diff)
downloadbabel-bbacb6c28a07558c51286b491ca4c1c89f1f38a3.tar.gz
Post coverage results to Codecov from Appveyor
-rw-r--r--.ci/appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index 8bec925..e7b13f2 100644
--- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -51,11 +51,12 @@ install:
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# Build data files
- - "pip install --upgrade pytest==2.8.5"
+ - "pip install --upgrade pytest==2.8.5 pytest-cov==2.2.0 codecov"
- "pip install --editable ."
- "python setup.py import_cldr"
build: false # Not a C# project, build stuff at the test step instead.
test_script:
- - "%CMD_IN_ENV% python -m pytest"
+ - "%CMD_IN_ENV% python -m pytest --cov=babel"
+ - "codecov"