Closed dmehala closed 7 months ago
Looks like the test is not testing the faulty branch.
Attention: Patch coverage is 41.66667%
with 7 lines
in your changes are missing coverage. Please review.
Project coverage is 92.67%. Comparing base (
00a5bd3
) to head (7e58d5f
).
Files | Patch % | Lines |
---|---|---|
kong/plugins/ddtrace/w3c_propagation.lua | 41.66% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
A customer spotted errors and warnings in their logs. Such as:
This PR fix
ngx.re.match
usage. I suspectedngx.re.match
to return an error when there's no match but the err field is reserved for errors related to the regex engine. When there's no match, the first field isnil
.Contains:
ngx.re.match
usage.