arex-agent-java icon indicating copy to clipboard operation
arex-agent-java copied to clipboard

Support MQ - MQTT

Open MentosL opened this issue 2 years ago • 3 comments

Support MQ - MQTT #23

MentosL avatar May 22 '23 03:05 MentosL

Codecov Report

Merging #174 (5321bdc) into main (369f97f) will increase coverage by 0.09%. The diff coverage is 53.22%.

@@             Coverage Diff              @@
##               main     #174      +/-   ##
============================================
+ Coverage     49.80%   49.90%   +0.09%     
- Complexity     1352     1418      +66     
============================================
  Files           222      233      +11     
  Lines          8435     8683     +248     
  Branches        984     1028      +44     
============================================
+ Hits           4201     4333     +132     
- Misses         3833     3923      +90     
- Partials        401      427      +26     
Impacted Files Coverage Δ
...o/arex/agent/bootstrap/model/MockCategoryType.java 0.00% <0.00%> (ø)
...main/java/io/arex/inst/runtime/util/MockUtils.java 0.00% <0.00%> (ø)
...main/java/io/arex/inst/mqtt/MQTTAdapterHelper.java 18.91% <18.91%> (ø)
...httpservlet/convert/HttpMessageConvertFactory.java 40.00% <40.00%> (ø)
...vlet/convert/impl/DefaultHttpMessageConverter.java 40.00% <40.00%> (ø)
.../java/io/arex/inst/mqtt/MessageQueueExtractor.java 51.35% <51.35%> (ø)
.../io/arex/inst/mqtt/adapter/MessageAdapterImpl.java 52.50% <52.50%> (ø)
...let/convert/impl/ApplicationJsonBodyConverter.java 66.66% <66.66%> (ø)
...vlet/convert/impl/ApplicationXmlBodyConverter.java 71.42% <71.42%> (ø)
...java/io/arex/inst/mqtt/warp/MessageHeaderWarp.java 76.47% <76.47%> (ø)
... and 3 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar May 22 '23 05:05 codecov[bot]

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 53.22581% with 116 lines in your changes missing coverage. Please review.

Project coverage is 49.90%. Comparing base (369f97f) to head (5321bdc). Report is 243 commits behind head on main.

Files with missing lines Patch % Lines
.../io/arex/inst/mqtt/adapter/MessageAdapterImpl.java 52.50% 29 Missing and 9 partials :warning:
...main/java/io/arex/inst/mqtt/MQTTAdapterHelper.java 18.91% 29 Missing and 1 partial :warning:
.../java/io/arex/inst/mqtt/MessageQueueExtractor.java 51.35% 17 Missing and 1 partial :warning:
...httpservlet/convert/HttpMessageConvertFactory.java 40.00% 6 Missing and 3 partials :warning:
...ava/io/arex/inst/mqtt/warp/GenericMessageWarp.java 78.94% 1 Missing and 3 partials :warning:
...java/io/arex/inst/mqtt/warp/MessageHeaderWarp.java 76.47% 1 Missing and 3 partials :warning:
...rex/inst/mqtt/inst/MQGenericInstrumentationV3.java 82.35% 2 Missing and 1 partial :warning:
...let/convert/impl/ApplicationJsonBodyConverter.java 66.66% 0 Missing and 3 partials :warning:
...vlet/convert/impl/DefaultHttpMessageConverter.java 40.00% 3 Missing :warning:
...vlet/convert/impl/ApplicationXmlBodyConverter.java 71.42% 0 Missing and 2 partials :warning:
... and 2 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #174      +/-   ##
============================================
+ Coverage     49.80%   49.90%   +0.09%     
- Complexity     1352     1418      +66     
============================================
  Files           222      233      +11     
  Lines          8435     8683     +248     
  Branches        984     1028      +44     
============================================
+ Hits           4201     4333     +132     
- Misses         3833     3923      +90     
- Partials        401      427      +26     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Sep 02 '24 02:09 codecov-commenter