xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

initial push - add handlers #92

Closed mtrinh11 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #92 (3314784) into main (b27a3d2) will increase coverage by 0.86%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   50.15%   51.02%   +0.86%     
==========================================
  Files          21       24       +3     
  Lines        3826     3953     +127     
==========================================
+ Hits         1919     2017      +98     
- Misses       1736     1760      +24     
- Partials      171      176       +5     
Flag Coverage Δ
unittests 51.02% <100.00%> (+0.86%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
wrphttp/decoders.go 75.00% <ø> (ø)
wrphttp/handler.go 100.00% <100.00%> (ø)
messages.go 96.77% <0.00%> (ø)
validator.go 100.00% <0.00%> (ø)
spec_validator.go 100.00% <0.00%> (ø)
wrpmeta/metadata.go 100.00% <0.00%> (ø)
simpleMessageTypes_validator.go 100.00% <0.00%> (ø)
qoslevel_string.go 40.00% <0.00%> (ø)
qos.go 100.00% <0.00%> (ø)
messages_codec.go 34.48% <0.00%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b27a3d2...3314784. Read the comment docs.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information