Rely on codecov for 100% project coverage (#264)
This commit is contained in:
parent
31748a3025
commit
46402dd59f
@ -30,5 +30,5 @@ script:
|
||||
after_script:
|
||||
- if [ -f .coverage ]; then
|
||||
python -m pip install codecov;
|
||||
codecov;
|
||||
codecov --required;
|
||||
fi
|
||||
|
||||
8
codecov.yml
Normal file
8
codecov.yml
Normal file
@ -0,0 +1,8 @@
|
||||
coverage:
|
||||
status:
|
||||
patch:
|
||||
default:
|
||||
target: '100'
|
||||
project:
|
||||
default:
|
||||
target: '100'
|
||||
Loading…
Reference in New Issue
Block a user