-
Notifications
You must be signed in to change notification settings - Fork 14
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 dependencies #328
Update dependencies #328
Conversation
} | ||
|
||
@Test | ||
fun `change filter type`() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't sure if we wanted to keep this test around, it doesn't currently run in CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to keep it as an example
|
||
[libraries] | ||
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle" } | ||
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } | ||
dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka-gradle" } | ||
dokka-android-gradle = { module = "org.jetbrains.dokka:android-documentation-plugin", version.ref = "dokka-gradle" } | ||
maven-publish-gradle = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.14.2" } | ||
version-gradle = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.38.0" } | ||
version-gradle = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.36.0" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downgrade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops 🙈
import io.reactivex.rxjava3.core.Observable | ||
import org.junit.Test | ||
|
||
class TaskListFormulaTest { | ||
|
||
@Test fun `change filter type`() { | ||
val repo = mock<TaskRepo>() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for removing mocking
JaCoCo Code Coverage 79.79% ✅
Generated by 🚫 Danger |
@@ -95,6 +97,7 @@ class WrongFormulaUsageDetectorTest { | |||
return lint() | |||
.files(*array) | |||
.issues(*issues) | |||
.skipTestModes(TestMode.SUPPRESSIBLE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be needed with the latest lint version, otherwise these tests will fail.
Some important ones including: