xmidt-org / curlws

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

Allow for larger verbose settings, but clip to max of 3 for now. #56

Closed schmidtw closed 3 years ago

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (ccb70dc) into main (b8a5c5f) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   85.59%   85.61%   +0.02%     
==========================================
  Files          34       34              
  Lines        3373     3378       +5     
==========================================
+ Hits         2887     2892       +5     
  Misses        486      486              
Impacted Files Coverage Δ
src/curlws.c 96.49% <100.00%> (+0.02%) :arrow_up:
tests/test_curlws.c 99.36% <100.00%> (+<0.01%) :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 b8a5c5f...ccb70dc. Read the comment docs.