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

feat: add scheduling with Clock API support #9

Merged
merged 9 commits into from
Dec 4, 2022
Merged

feat: add scheduling with Clock API support #9

merged 9 commits into from
Dec 4, 2022

Conversation

soumyamahunt
Copy link
Contributor

No description provided.

@sonarcloud
Copy link

sonarcloud bot commented Nov 21, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 37 Code Smells

No Coverage information No Coverage information
11.8% 11.8% Duplication

@codecov
Copy link

codecov bot commented Nov 26, 2022

Codecov Report

Base: 99.90% // Head: 99.84% // Decreases project coverage by -0.06% ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   99.90%   99.84%   -0.07%     
==========================================
  Files          13       19       +6     
  Lines        1054     1268     +214     
==========================================
+ Hits         1053     1266     +213     
- Misses          1        2       +1     
Impacted Files Coverage Δ
Sources/AsyncObjects/Extensions/Task.swift 100.00% <ø> (ø)
Sources/AsyncObjects/AsyncCountdownEvent.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/AsyncEvent.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/AsyncSemaphore.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/Base/AsyncObject+Clock.swift 100.00% <100.00%> (ø)
...urces/AsyncObjects/Base/AsyncObject+Duration.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/Base/AsyncObject.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/CancellationSource.swift 100.00% <100.00%> (ø)
...ources/AsyncObjects/Continuation/Continuable.swift 100.00% <100.00%> (ø)
...ncObjects/Continuation/ContinuableCollection.swift 100.00% <100.00%> (ø)
... and 13 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.

@soumyamahunt soumyamahunt merged commit d1c5531 into main Dec 4, 2022
@soumyamahunt soumyamahunt deleted the clock branch December 4, 2022 14:24
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