xmidt-org / curlws

curlws is a websocket implementation that leverages libcurl.
6 stars 1 forks source link

Update fmt #74

Closed schmidtw closed 2 years ago

guardrails[bot] commented 2 years ago

All previously detected findings have been fixed. Good job! 👍🎉

We will keep this comment up-to-date as you go along and notify you of any security issues that we identify.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

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

97.3% 97.3% Coverage
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #74 (91f54ea) into main (40e0a62) will decrease coverage by 0.02%. The diff coverage is 87.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   84.08%   84.05%   -0.03%     
==========================================
  Files          19       19              
  Lines        1502     1493       -9     
  Branches      357      355       -2     
==========================================
- Hits         1263     1255       -8     
  Misses        185      185              
+ Partials       54       53       -1     
Impacted Files Coverage Δ
examples/cli/cli.c 0.00% <0.00%> (ø)
src/sha1/sha1.c 71.64% <ø> (ø)
src/sha1_internal.c 62.50% <0.00%> (ø)
src/send.c 84.94% <72.72%> (ø)
src/verbose.c 82.35% <80.00%> (ø)
src/receive.c 95.73% <96.15%> (+0.45%) :arrow_up:
src/cb.c 100.00% <100.00%> (ø)
src/curlws.c 90.20% <100.00%> (ø)
src/data_block_sender.c 100.00% <100.00%> (ø)
src/frame.c 100.00% <100.00%> (ø)
... and 9 more

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 40e0a62...91f54ea. Read the comment docs.