AlarmClock
AlarmClock copied to clipboard
build(deps): bump kotlinx-coroutines-test from 1.6.2 to 1.6.4
Bumps kotlinx-coroutines-test from 1.6.2 to 1.6.4.
Release notes
Sourced from kotlinx-coroutines-test's releases.
1.6.4
- Added
TestScope.backgroundScope
for launching coroutines that perform work in the background and need to be cancelled at the end of the test (#3287).- Fixed the POM of
kotlinx-coroutines-debug
having an incorrect reference tokotlinx-coroutines-bom
, which cause the builds of Maven projects using the debug module to break (#3334).- Fixed the
Publisher.await
functions inkotlinx-coroutines-reactive
not ensuring that theSubscriber
methods are invoked serially (#3360). Thank you,@EgorKulbachka
!- Fixed a memory leak in
withTimeout
on K/N with the new memory model (#3351).- Added the guarantee that all
Throwable
implementations in the core library are serializable (#3328).- Moved the documentation to https://kotlinlang.org/api/kotlinx.coroutines/ (#3342).
- Various documentation improvements.
1.6.3
Changelog
Sourced from kotlinx-coroutines-test's changelog.
Version 1.6.4
- Added
TestScope.backgroundScope
for launching coroutines that perform work in the background and need to be cancelled at the end of the test (#3287).- Fixed the POM of
kotlinx-coroutines-debug
having an incorrect reference tokotlinx-coroutines-bom
, which cause the builds of Maven projects using the debug module to break (#3334).- Fixed the
Publisher.await
functions inkotlinx-coroutines-reactive
not ensuring that theSubscriber
methods are invoked serially (#3360). Thank you,@EgorKulbachka
!- Fixed a memory leak in
withTimeout
on K/N with the new memory model (#3351).- Added the guarantee that all
Throwable
implementations in the core library are serializable (#3328).- Moved the documentation to https://kotlinlang.org/api/kotlinx.coroutines/ (#3342).
- Various documentation improvements.
Version 1.6.3
Commits
81e17dd
Version 1.6.4f31b037
Merge remote-tracking branch 'origin/master' into developc8271ad
Improve CoroutineDispatcher documentation (#3359)ac4f57e
Update binary compatibility validator to 0.11.0 (#3362)143bdfa
Add a scope for launching background work in tests (#3348)562902b
Fix debug module publication with shadow plugin (#3357)8b6473d
Comply with Subscriber rule 2.7 in theawait*
impl (#3360)10261a7
Update readme (#3343)7934032
Reduce reachable references of disposed invokeOnTimeout handle (#3353)f0874d1
Merge pull request #3342 from Kotlin/kotlinlang-api- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #473 (18269c0) into develop (cc71a59) will decrease coverage by
0.10%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #473 +/- ##
=============================================
- Coverage 69.45% 69.34% -0.11%
Complexity 568 568
=============================================
Files 75 75
Lines 3676 3676
Branches 471 471
=============================================
- Hits 2553 2549 -4
- Misses 814 818 +4
Partials 309 309
Impacted Files | Coverage Δ | |
---|---|---|
.../main/java/com/better/alarm/util/AlertFormatter.kt | 51.42% <0.00%> (-8.58%) |
:arrow_down: |
.../src/main/java/com/better/alarm/model/AlarmCore.kt | 52.76% <0.00%> (-0.30%) |
:arrow_down: |
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 cc71a59...18269c0. Read the comment docs.
Looks like org.jetbrains.kotlinx:kotlinx-coroutines-test is updatable in another way, so this is no longer needed.