xmidt-org / wrp-go

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

added invalid0, invalid1, and authorization messagetypes #69

Closed mtrinh11 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (df5f9fc) into main (8302d5b) will increase coverage by 0.42%. The diff coverage is 48.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   47.44%   47.86%   +0.42%     
==========================================
  Files          15       15              
  Lines        3170     3138      -32     
==========================================
- Hits         1504     1502       -2     
+ Misses       1504     1467      -37     
- Partials      162      169       +7     
Impacted Files Coverage Δ
format.go 70.90% <ø> (ø)
messages.go 96.61% <ø> (ø)
messages_codec.go 35.13% <47.86%> (+0.24%) :arrow_up:
messagetype.go 94.59% <100.00%> (+1.04%) :arrow_up:
messagetype_string.go 100.00% <100.00%> (ø)

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 8302d5b...df5f9fc. Read the comment docs.

mtrinh11 commented 2 years ago

fixes https://github.com/xmidt-org/wrp-go/issues/67

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

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

62.4% 62.4% Coverage
31.6% 31.6% Duplication