Skip to content

Commit

Permalink
coverage: fixing flake (#17190)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Jun 29, 2021
1 parent 6dc4092 commit 343b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/per_file_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/common:96.3" # Raise when QUIC coverage goes up
"source/common/api:75.3"
"source/common/api/posix:73.9"
"source/common/common:96.3"
"source/common/common:96.2"
"source/common/common/posix:94.1"
"source/common/crypto:0.0"
"source/common/event:94.2" # Emulated edge events guards don't report LCOV
Expand Down

0 comments on commit 343b19f

Please sign in to comment.