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

Update Coroutines to 1.6.0, Kotlin API to 1.5 and refactored tests #790

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

heubeck
Copy link
Collaborator

@heubeck heubeck commented Dec 25, 2021

  • Refactored and cleaned up tests.
  • Update Coroutines to 1.6
  • Needed to increase language/api version to 1.5 because of method signature changes in Flow that are only supported from 1.5 onwards (causing the test failures of Bump kotlinx-coroutines-core from 1.5.2 to 1.6.0 #788)

@codecov
Copy link

codecov bot commented Dec 25, 2021

Codecov Report

Merging #790 (6decd09) into main (3ab0833) will increase coverage by 0.16%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #790      +/-   ##
============================================
+ Coverage     89.92%   90.08%   +0.16%     
- Complexity     3006     3012       +6     
============================================
  Files           377      377              
  Lines         11890    11891       +1     
  Branches       1499     1502       +3     
============================================
+ Hits          10692    10712      +20     
+ Misses          609      596      -13     
+ Partials        589      583       -6     
Impacted Files Coverage Δ
...main/kotlin/io/smallrye/mutiny/coroutines/Multi.kt 80.95% <ø> (-3.67%) ⬇️
...c/main/kotlin/io/smallrye/mutiny/coroutines/Uni.kt 100.00% <ø> (ø)
...lrye/mutiny/subscription/SerializedSubscriber.java 83.01% <0.00%> (-4.72%) ⬇️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 73.10% <0.00%> (-1.69%) ⬇️
...java/io/smallrye/mutiny/helpers/Subscriptions.java 79.00% <0.00%> (-1.11%) ⬇️
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 80.00% <0.00%> (ø)
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 89.79% <0.00%> (+1.02%) ⬆️
...erators/multi/builders/SerializedMultiEmitter.java 82.27% <0.00%> (+1.26%) ⬆️
... and 6 more

@jponge jponge added the Kotlin Kotlin support label Jan 2, 2022
@jponge jponge added this to the 1.3.0 milestone Jan 2, 2022
@jponge jponge merged commit dea5025 into main Jan 3, 2022
@jponge jponge deleted the feature/UpdateCoroutinesTo1.6 branch January 3, 2022 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kotlin Kotlin support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants