Skip to content

Commit 2bcbb2b

Browse files
committed
bump coverage thresholds
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
1 parent 2529ea6 commit 2bcbb2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/do_ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ function do_clang_tidy() {
3939

4040
function do_unit_test_coverage() {
4141
export TEST_TARGETS="//test/... -//test:python_test"
42-
export COVERAGE_THRESHOLD=93.2
42+
export COVERAGE_THRESHOLD=94.0
4343
echo "bazel coverage build with tests ${TEST_TARGETS}"
4444
test/run_nighthawk_bazel_coverage.sh ${TEST_TARGETS}
4545
exit 0
4646
}
4747

4848
function do_integration_test_coverage() {
4949
export TEST_TARGETS="//test:python_test"
50-
export COVERAGE_THRESHOLD=78.0
50+
export COVERAGE_THRESHOLD=78.6
5151
echo "bazel coverage build with tests ${TEST_TARGETS}"
5252
test/run_nighthawk_bazel_coverage.sh ${TEST_TARGETS}
5353
exit 0

0 commit comments

Comments
 (0)