Adjust codecov config (codecov.yml) for commit status (#754)
This fix adjusted codecov config (codecov.yml) so that commit status is success as long as coverage > 40%. This fix fixes #752. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
6f9a9eb8cd
commit
ab0f810158
1 changed files with 6 additions and 0 deletions
6
codecov.yml
Normal file
6
codecov.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: 40%
|
||||||
|
threshold: null
|
Loading…
Add table
Reference in a new issue