open-coap / java-coap

CoAP Java library
Apache License 2.0
18 stars 5 forks source link

Fix COAP metric registration when request uriPath is / #41

Closed akolosov-n closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 92.86% // Head: 92.84% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (5e3d885) compared to base (c02714b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #41 +/- ## ============================================ - Coverage 92.86% 92.84% -0.03% Complexity 1896 1896 ============================================ Files 125 125 Lines 4246 4247 +1 Branches 603 604 +1 ============================================ Hits 3943 3943 - Misses 164 165 +1 Partials 139 139 ``` | [Impacted Files](https://codecov.io/gh/open-coap/java-coap/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap) | Coverage Δ | | |---|---|---| | [...ap/metrics/micrometer/MicrometerMetricsFilter.java](https://codecov.io/gh/open-coap/java-coap/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC1tZXRyaWNzL3NyYy9tYWluL2phdmEvb3JnL29wZW5jb2FwL2NvYXAvbWV0cmljcy9taWNyb21ldGVyL01pY3JvbWV0ZXJNZXRyaWNzRmlsdGVyLmphdmE=) | `94.44% <100.00%> (+0.15%)` | :arrow_up: | | [.../coap/transport/javassl/SocketClientTransport.java](https://codecov.io/gh/open-coap/java-coap/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC10Y3Avc3JjL21haW4vamF2YS9jb20vbWJlZC9jb2FwL3RyYW5zcG9ydC9qYXZhc3NsL1NvY2tldENsaWVudFRyYW5zcG9ydC5qYXZh) | `71.64% <0.00%> (-1.50%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.