open-coap / java-coap

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

Add custom outbound filter to CoapClientBuilder and CoapServerBuilder #35

Closed szysas closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 92.42% // Head: 92.46% // Increases project coverage by +0.03% :tada:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #35 +/- ## ============================================ + Coverage 92.42% 92.46% +0.03% - Complexity 1859 1869 +10 ============================================ Files 124 125 +1 Lines 4239 4258 +19 Branches 604 604 ============================================ + Hits 3918 3937 +19 Misses 180 180 Partials 141 141 ``` | [Impacted Files](https://codecov.io/gh/open-coap/java-coap/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap) | Coverage Δ | | |---|---|---| | [...n/java/com/mbed/coap/client/CoapClientBuilder.java](https://codecov.io/gh/open-coap/java-coap/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC1jb3JlL3NyYy9tYWluL2phdmEvY29tL21iZWQvY29hcC9jbGllbnQvQ29hcENsaWVudEJ1aWxkZXIuamF2YQ==) | `78.00% <100.00%> (+0.91%)` | :arrow_up: | | [...n/java/com/mbed/coap/server/CoapServerBuilder.java](https://codecov.io/gh/open-coap/java-coap/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC1jb3JlL3NyYy9tYWluL2phdmEvY29tL21iZWQvY29hcC9zZXJ2ZXIvQ29hcFNlcnZlckJ1aWxkZXIuamF2YQ==) | `84.16% <100.00%> (+0.54%)` | :arrow_up: | | [...m/mbed/coap/server/filter/EtagGeneratorFilter.java](https://codecov.io/gh/open-coap/java-coap/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC1jb3JlL3NyYy9tYWluL2phdmEvY29tL21iZWQvY29hcC9zZXJ2ZXIvZmlsdGVyL0V0YWdHZW5lcmF0b3JGaWx0ZXIuamF2YQ==) | `100.00% <100.00%> (ø)` | | | [.../mbed/coap/server/filter/TokenGeneratorFilter.java](https://codecov.io/gh/open-coap/java-coap/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC1jb3JlL3NyYy9tYWluL2phdmEvY29tL21iZWQvY29hcC9zZXJ2ZXIvZmlsdGVyL1Rva2VuR2VuZXJhdG9yRmlsdGVyLmphdmE=) | `100.00% <100.00%> (ø)` | | | [.../com/mbed/coap/server/CoapServerBuilderForTcp.java](https://codecov.io/gh/open-coap/java-coap/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC10Y3Avc3JjL21haW4vamF2YS9jb20vbWJlZC9jb2FwL3NlcnZlci9Db2FwU2VydmVyQnVpbGRlckZvclRjcC5qYXZh) | `100.00% <100.00%> (ø)` | | 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.

szysas commented 1 year ago

@sbernard31 FYI