Skip to content

Commit 5a9f468

Browse files
authored
covergae: adjust the LCOV for quic to fix main (#41885)
## Description This PR fixes the LCOV for main to fix main. https://github.com/envoyproxy/envoy/actions/runs/19146001009/job/54723697132 --- **Commit Message:** covergae: adjust the LCOV for quic to fix main **Additional Description:** Adjust LCOV for QUIC. **Risk Level:** Low **Testing:** CI **Docs Changes:** N/A **Release Notes:** N/A Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
1 parent 875fbdd commit 5a9f468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ directories:
1616
source/common/memory: 98.1 # tcmalloc code path is not enabled in coverage build, only gperf tcmalloc, see PR#32589
1717
source/common/network: 94.3 # Flaky, `activateFileEvents`, `startSecureTransport` and `ioctl`, listener_socket do not always report LCOV
1818
source/common/network/dns_resolver: 91.4 # A few lines of MacOS code not tested in linux scripts. Tested in MacOS scripts
19-
source/common/quic: 93.4
19+
source/common/quic: 93.3
2020
source/common/signal: 87.4 # Death tests don't report LCOV
2121
source/common/thread: 0.0 # Death tests don't report LCOV
2222
source/common/tls: 94.5 # FIPS code paths impossible to trigger on non-FIPS builds and vice versa

0 commit comments

Comments
 (0)