plgd-dev / go-coap

Implementation of CoAP Server & Client in Go
https://coap.technology
Apache License 2.0
446 stars 116 forks source link

Upgrade dependencies #481

Closed Danielius1922 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #481 (06badf4) into master (2f8ee9c) will increase coverage by 0.11%. The diff coverage is 87.50%.

@@            Coverage Diff             @@
##           master     #481      +/-   ##
==========================================
+ Coverage   72.42%   72.54%   +0.11%     
==========================================
  Files          70       71       +1     
  Lines        5437     5441       +4     
==========================================
+ Hits         3938     3947       +9     
+ Misses       1106     1104       -2     
+ Partials      393      390       -3     
Files Changed Coverage Δ
net/dtlslistener.go 71.13% <66.66%> (+1.74%) :arrow_up:
net/udplistener_1_18.go 100.00% <100.00%> (ø)

... and 7 files with indirect coverage changes

sonarcloud[bot] commented 1 year 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
0.0% 0.0% Duplication

Danielius1922 commented 1 year ago

Running tests:

Danielius1922 commented 1 year ago

@hasheddan nicely done, everything works! Thank you for the assist ( or the goal, since you've done more of the work 🥂 )

hasheddan commented 1 year ago

Thanks to you as well @Danielius1922!