Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for custom COAP requests logging #99

Merged
merged 5 commits into from
Sep 4, 2024

Address comments

592e189
Select commit
Loading
Failed to load commit list.
Merged

feat: Add support for custom COAP requests logging #99

Address comments
592e189
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

93.01% (-0.17%) compared to 7fd3715

View this Pull Request on Codecov

93.01% (-0.17%) compared to 7fd3715

Details

Codecov Report

Attention: Patch coverage is 61.70213% with 18 lines in your changes missing coverage. Please review.

Project coverage is 93.01%. Comparing base (7fd3715) to head (592e189).

Files with missing lines Patch % Lines
.../com/mbed/coap/transport/LoggingCoapTransport.java 69.69% 8 Missing and 2 partials ⚠️
...n/java/com/mbed/coap/server/CoapServerBuilder.java 50.00% 4 Missing and 1 partial ⚠️
.../com/mbed/coap/server/CoapServerBuilderForTcp.java 25.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #99      +/-   ##
============================================
- Coverage     93.18%   93.01%   -0.17%     
- Complexity     2028     2033       +5     
============================================
  Files           134      134              
  Lines          4577     4598      +21     
  Branches        618      617       -1     
============================================
+ Hits           4265     4277      +12     
- Misses          171      177       +6     
- Partials        141      144       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.