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

fix(logging): Make underlying transport visible in LoggingCoapTransport #100

Merged
merged 1 commit into from
Sep 6, 2024

fix(logging): Make underlying transport visible in LoggingCoapTransport

db02623
Select commit
Loading
Failed to load commit list.
Merged

fix(logging): Make underlying transport visible in LoggingCoapTransport #100

fix(logging): Make underlying transport visible in LoggingCoapTransport
db02623
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 5, 2024 in 0s

92.99% (-0.03%) compared to cec0ecd

View this Pull Request on Codecov

92.99% (-0.03%) compared to cec0ecd

Details

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.99%. Comparing base (cec0ecd) to head (db02623).

Files with missing lines Patch % Lines
.../com/mbed/coap/transport/LoggingCoapTransport.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #100      +/-   ##
============================================
- Coverage     93.01%   92.99%   -0.03%     
  Complexity     2033     2033              
============================================
  Files           134      134              
  Lines          4598     4599       +1     
  Branches        617      617              
============================================
  Hits           4277     4277              
- Misses          177      178       +1     
  Partials        144      144              

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