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:
Yong Tang 2017-06-24 11:05:08 -07:00 committed by GitHub
parent 6f9a9eb8cd
commit ab0f810158

6
codecov.yml Normal file
View file

@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: 40%
threshold: null