We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2529ea6 commit 2bcbb2bCopy full SHA for 2bcbb2b
1 file changed
ci/do_ci.sh
@@ -39,15 +39,15 @@ function do_clang_tidy() {
39
40
function do_unit_test_coverage() {
41
export TEST_TARGETS="//test/... -//test:python_test"
42
- export COVERAGE_THRESHOLD=93.2
+ export COVERAGE_THRESHOLD=94.0
43
echo "bazel coverage build with tests ${TEST_TARGETS}"
44
test/run_nighthawk_bazel_coverage.sh ${TEST_TARGETS}
45
exit 0
46
}
47
48
function do_integration_test_coverage() {
49
export TEST_TARGETS="//test:python_test"
50
- export COVERAGE_THRESHOLD=78.0
+ export COVERAGE_THRESHOLD=78.6
51
52
53
0 commit comments