xmidt-org / curlws

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

Improve the error checking for sha calculation. #63

Closed schmidtw closed 3 years ago

sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 0 Code Smells

73.0% 73.0% Coverage
0.0% 0.0% Duplication

codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (fb9cc81) into main (ad9084d) will decrease coverage by 0.10%. The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
- Coverage   95.11%   95.01%   -0.11%     
==========================================
  Files          16       15       -1     
  Lines        1126     1123       -3     
==========================================
- Hits         1071     1067       -4     
- Misses         55       56       +1     
Impacted Files Coverage Δ
src/curlws.c 96.12% <50.00%> (-0.38%) :arrow_down:
src/sha1_openssl.c 100.00% <100.00%> (ø)

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 ad9084d...fb9cc81. Read the comment docs.