Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for SonarCloud #299

Merged
merged 10 commits into from
Jun 14, 2022
Merged

Fixes for SonarCloud #299

merged 10 commits into from
Jun 14, 2022

Conversation

Danielius1922
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2022

Codecov Report

Merging #299 (b2fb75c) into master (a8713b2) will increase coverage by 0.32%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master     #299      +/-   ##
==========================================
+ Coverage   69.02%   69.34%   +0.32%     
==========================================
  Files          67       67              
  Lines        5592     5605      +13     
==========================================
+ Hits         3860     3887      +27     
+ Misses       1327     1311      -16     
- Partials      405      407       +2     
Impacted Files Coverage Δ
dtls/client.go 75.65% <0.00%> (ø)
tcp/clientconn.go 68.30% <0.00%> (ø)
udp/client.go 84.74% <0.00%> (ø)
udp/client/clientconn.go 71.29% <0.00%> (-0.48%) ⬇️
udp/server.go 83.01% <ø> (ø)
test/net/uri.go 88.57% <33.33%> (-5.37%) ⬇️
net/blockwise/blockwise.go 67.58% <79.48%> (+0.12%) ⬆️
tcp/session.go 70.85% <93.75%> (+0.39%) ⬆️
dtls/server.go 84.00% <94.73%> (+0.27%) ⬆️
message/options.go 75.39% <100.00%> (+0.79%) ⬆️
... 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 a8713b2...b2fb75c. Read the comment docs.

@Danielius1922 Danielius1922 force-pushed the adam/feature/increase-coverage-2 branch 2 times, most recently from bfba4b1 to 96c9e72 Compare January 30, 2022 17:03
@sonarcloud
Copy link

sonarcloud bot commented Jan 30, 2022

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

77.5% 77.5% Coverage
5.5% 5.5% Duplication

@Danielius1922 Danielius1922 force-pushed the adam/feature/increase-coverage-2 branch 2 times, most recently from 6908f2b to a58b91d Compare June 13, 2022 22:22
Modify the interface bacause ETag option is repeatable:
  - AddETag allows to add value for the option without replacing
  the previously existing ones
  - ETags writes all values for the option to output array
@Danielius1922 Danielius1922 force-pushed the adam/feature/increase-coverage-2 branch from a58b91d to f27085d Compare June 13, 2022 22:27
@Danielius1922 Danielius1922 merged commit 75000ae into master Jun 14, 2022
@Danielius1922 Danielius1922 deleted the adam/feature/increase-coverage-2 branch June 14, 2022 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants