[codecov] default branch

This commit is contained in:
mzwiessele 2016-07-30 10:35:23 +01:00
parent bb1a1eba50
commit b297522276
2 changed files with 24 additions and 2 deletions

View file

@ -40,12 +40,12 @@ test_script:
# the interpreter you're using - Appveyor does not do anything special
# to put the Python evrsion you want to use on PATH.
#- "build.cmd %PYTHON%\\python.exe setup.py test"
#- "coverage run travis_tests.py"
- "coverage run travis_tests.py"
after_test:
# This step builds your wheels.
- "python setup.py bdist_wheel bdist_wininst"
#- codecov
- codecov
artifacts:
# bdist_wheel puts your built wheel in the dist directory

22
codecov.yml Normal file
View file

@ -0,0 +1,22 @@
coverage:
branch: devel
precision: 2
round: down
range: "40...100"
status:
project:
default:
target: auto
if_no_uploads: error
patch:
default:
if_no_uploads: error
changes: true
comment:
layout: "header, diff, changes, suggestions"
behavior: default