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

test: improve async tests correctness #14

Merged
merged 22 commits into from
Jan 7, 2023
Merged

test: improve async tests correctness #14

merged 22 commits into from
Jan 7, 2023

Conversation

soumyamahunt
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Dec 25, 2022

Codecov Report

Base: 96.87% // Head: 98.40% // Increases project coverage by +1.52% 🎉

Coverage data is based on head (8f9cae2) compared to base (5cc52ce).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   96.87%   98.40%   +1.52%     
==========================================
  Files          20       20              
  Lines        1666     1695      +29     
==========================================
+ Hits         1614     1668      +54     
+ Misses         52       27      -25     
Impacted Files Coverage Δ
...ncObjects/Continuation/ContinuableCollection.swift 100.00% <ø> (ø)
...yncObjects/Continuation/TrackableContinuable.swift 100.00% <ø> (ø)
Sources/AsyncObjects/AsyncCountdownEvent.swift 93.60% <100.00%> (-1.22%) ⬇️
Sources/AsyncObjects/AsyncSemaphore.swift 93.75% <100.00%> (ø)
Sources/AsyncObjects/Base/AsyncObject+Clock.swift 100.00% <100.00%> (ø)
...urces/AsyncObjects/Base/AsyncObject+Duration.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/CancellationSource.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/Future.swift 100.00% <100.00%> (+1.26%) ⬆️
Sources/AsyncObjects/TaskQueue.swift 100.00% <100.00%> (+1.81%) ⬆️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarcloud
Copy link

sonarcloud bot commented Jan 7, 2023

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 65 Code Smells

No Coverage information No Coverage information
1.9% 1.9% Duplication

@soumyamahunt soumyamahunt merged commit 19405e3 into main Jan 7, 2023
@soumyamahunt soumyamahunt deleted the tests branch January 7, 2023 07: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

1 participant