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

Added ManualClock to Test Module #204

Merged
merged 3 commits into from
Aug 11, 2022
Merged

Added ManualClock to Test Module #204

merged 3 commits into from
Aug 11, 2022

Conversation

davertay-j
Copy link
Contributor

Closes #203

@davertay-j davertay-j requested review from a team, sdonn3 and QuantumRand August 9, 2022 20:37
test/src/commonMain/kotlin/ManualClock.kt Outdated Show resolved Hide resolved
@davertay-j davertay-j requested a review from twyatt August 10, 2022 16:34
@github-actions
Copy link

Test Results

  32 files    32 suites   9s ⏱️
233 tests 226 ✔️   7 💤 0
250 runs  238 ✔️ 12 💤 0

Results for commit ee532a1.

@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #204 (ee532a1) into main (1c1547e) will decrease coverage by 8.98%.
The diff coverage is 80.27%.

@@             Coverage Diff              @@
##               main     #204      +/-   ##
============================================
- Coverage     94.44%   85.46%   -8.99%     
- Complexity       51       91      +40     
============================================
  Files            13       20       +7     
  Lines           126      282     +156     
  Branches          8       15       +7     
============================================
+ Hits            119      241     +122     
- Misses            6       37      +31     
- Partials          1        4       +3     
Impacted Files Coverage Δ
coroutines/src/commonMain/kotlin/flow/Combine.kt 0.00% <ø> (ø)
logging/src/commonMain/kotlin/Metadata.kt 76.92% <0.00%> (-0.86%) ⬇️
logging/src/commonMain/kotlin/Sensitivity.kt 0.00% <0.00%> (ø)
...tines/src/commonMain/kotlin/delay/DelayStrategy.kt 47.50% <47.50%> (ø)
logging/src/commonMain/kotlin/DispatchLogger.kt 92.10% <89.65%> (-7.90%) ⬇️
logging/src/commonMain/kotlin/Log.kt 98.27% <93.75%> (-1.73%) ⬇️
logging/src/commonMain/kotlin/FilterLogger.kt 95.65% <95.65%> (ø)
...t/src/commonMain/kotlin/TuulboxKtorClientLogger.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/FilterLevelLogger.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/LogLevel.kt 100.00% <100.00%> (ø)
... and 7 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

@davertay-j davertay-j merged commit 00db270 into main Aug 11, 2022
@davertay-j davertay-j deleted the dtaylor/manual_clock branch August 11, 2022 17:16
@twyatt twyatt added the minor Changes that should bump the MINOR version number label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Changes that should bump the MINOR version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: ManualClock
3 participants