Browse Source

[python] Increase UT coverage threshold to 0.9 (#8660)

This patch increase Python API unit test coverage
threshold from 85% to 90%. If coverage under 90%
will failed our the test
Jiajie Zhong 3 years ago
parent
commit
aac960d3d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dolphinscheduler-python/pydolphinscheduler/.coveragerc

+ 1 - 1
dolphinscheduler-python/pydolphinscheduler/.coveragerc

@@ -29,4 +29,4 @@ skip_covered = True
 show_missing = True
 precision = 2
 # Report will fail when coverage under 90.00%
-fail_under = 85
+fail_under = 90