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

tests: replace waitgroup by semaphore #289

Merged
merged 2 commits into from
Jan 13, 2022

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Jan 13, 2022

No description provided.

dtls/client_test.go Outdated Show resolved Hide resolved
@jkralik jkralik force-pushed the jkralik/fix/replaceWgBySemInTests branch from e006335 to 16ac409 Compare January 13, 2022 14:47
@codecov-commenter
Copy link

Codecov Report

Merging #289 (16ac409) into master (fb5b479) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   63.82%   63.84%   +0.01%     
==========================================
  Files          76       76              
  Lines        5708     5708              
==========================================
+ Hits         3643     3644       +1     
+ Misses       1688     1687       -1     
  Partials      377      377              
Impacted Files Coverage Δ
udp/client/clientconn.go 73.96% <100.00%> (+0.25%) ⬆️

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 fb5b479...16ac409. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Jan 13, 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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@jkralik jkralik merged commit 743939e into master Jan 13, 2022
@jkralik jkralik deleted the jkralik/fix/replaceWgBySemInTests branch January 13, 2022 14:53
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