Skip to content

Commit 708c524

Browse files
committed
test: update coverage assert
1 parent 6bca99a commit 708c524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rust/integration-tests.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ EOF
9999

100100
run cargo cov -- report --instr-profile=default.profdata --object $(find target/debug/deps -name "test-*" -executable)
101101
assert_success
102-
assert_output --partial "77.78%"
102+
assert_output --partial "88.24%"
103103

104104
popd
105105
}

0 commit comments

Comments
 (0)