xmidt-org / curlws

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

Add some better testing around the external interface. #28

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 #28 (95c163e) into main (6d416f2) will increase coverage by 2.71%. The diff coverage is 93.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   82.10%   84.82%   +2.71%     
==========================================
  Files          29       30       +1     
  Lines        2593     2873     +280     
==========================================
+ Hits         2129     2437     +308     
+ Misses        464      436      -28     
Impacted Files Coverage Δ
tests/curlws_mocks.c 86.92% <86.92%> (ø)
src/curlws.c 92.91% <100.00%> (+17.36%) :arrow_up:
tests/test_curlws.c 99.62% <100.00%> (+0.38%) :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 6d416f2...95c163e. Read the comment docs.