xmidt-org / curlws

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

Improve the verbose output testing #38

Closed schmidtw closed 3 years ago

schmidtw commented 3 years ago

Now that it's easy to repoint our verbose output to different streams, use it to enforce the output format for most of the calls.

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

84.9% 84.9% Coverage
0.0% 0.0% Duplication

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (099870f) into main (4c8d86a) will increase coverage by 0.56%. The diff coverage is 91.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   85.84%   86.40%   +0.56%     
==========================================
  Files          33       33              
  Lines        3157     3288     +131     
==========================================
+ Hits         2710     2841     +131     
  Misses        447      447              
Impacted Files Coverage Δ
src/receive.c 96.98% <0.00%> (ø)
src/send.c 77.63% <0.00%> (ø)
tests/test_handlers.c 93.96% <85.71%> (-4.71%) :arrow_down:
src/cb.c 100.00% <100.00%> (ø)
src/curlws.c 93.21% <100.00%> (+0.02%) :arrow_up:
src/header.c 100.00% <100.00%> (+8.82%) :arrow_up:
tests/test_header.c 97.80% <100.00%> (+1.61%) :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 4c8d86a...099870f. Read the comment docs.