moonchen commented on PR #13305: URL: https://github.com/apache/trafficserver/pull/13305#issuecomment-4760382774
For context on what this produces: running the script against a recent Debug build (`-O0 --coverage`) with the unit tests plus the full `gold_tests` autest suite, gcovr's summary comes out to roughly: ``` lines: ~58% functions: ~66% branches: ~34% ``` The autests are what make running this worthwhile in CI. With the unit tests alone, large parts of the net/TLS layer are barely exercised — e.g. `SSLNetVConnection.cc` sits near 3% lines — and only climb into the high-70s once the gold_tests run under instrumentation. `AUTEST='*/tls/*'` scopes the autest run to a single subsystem when a full-suite coverage run is too heavy. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
