Skip to content

Commit a066b5e

Browse files
authored
coverage: set lower limit for common/quic and common (#17573)
seems like common/quic is flaky and started failing on some unrelated branches (e.g. https://dev.azure.com/cncf/envoy/_build/results?buildId=84219&view=logs&j=bbe4b42d-86e6-5e9c-8a0b-fea01d818a24&t=e00c5a13-c6dc-5e9a-6104-69976170e881 on #17547) due to the recent change #17564, so this PR lowers the limit for it to 91.2 according to the number reported ^ and on the main branch. Signed-off-by: Takeshi Yoneda takeshi@tetrate.io Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
1 parent 32d40af commit a066b5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/per_file_coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# directory:coverage_percent
44
# for existing directories with low coverage.
55
declare -a KNOWN_LOW_COVERAGE=(
6+
"source/common:96.5" # Raise when QUIC coverage goes up
67
"source/common/api:75.3"
78
"source/common/api/posix:73.9"
89
"source/common/common:96.3"
@@ -17,7 +18,7 @@ declare -a KNOWN_LOW_COVERAGE=(
1718
"source/common/singleton:95.8"
1819
"source/common/thread:0.0" # Death tests don't report LCOV
1920
"source/common/matcher:95.0"
20-
"source/common/quic:91.3"
21+
"source/common/quic:91.2"
2122
"source/common/tracing:96.1"
2223
"source/common/watchdog:42.9" # Death tests don't report LCOV
2324
"source/exe:94.3"

0 commit comments

Comments
 (0)