Add codecov config file (#1314)

This commit is contained in:
Ta-Ching Chen
2019-09-16 09:20:49 +08:00
committed by GitHub
parent ecb97db913
commit 4d654c6fe7
+14
View File
@@ -0,0 +1,14 @@
ignore:
- "charts"
- "demos"
- "Documentation"
- "examples"
- "test"
- "tools"
coverage:
status:
project:
default:
threshold: 2
# Disable patch coverage check since we focus on project coverage.
patch: off