]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Post coverage results to Codecov from Appveyor 308/head
authorAarni Koskela <akx@iki.fi>
Wed, 30 Dec 2015 15:00:25 +0000 (17:00 +0200)
committerAarni Koskela <akx@iki.fi>
Wed, 30 Dec 2015 15:06:06 +0000 (17:06 +0200)
.ci/appveyor.yml

index 8bec9251e82b3d0a61178657b46aeebc15e99417..e7b13f20b300120acf3947fb2c3752492eb5c048 100644 (file)
@@ -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"