mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[codecov] default branch
This commit is contained in:
parent
bb1a1eba50
commit
b297522276
2 changed files with 24 additions and 2 deletions
|
|
@ -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
22
codecov.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue