Move Konsist tests to quality checks (#2558)
* Move `Konsist` tests to quality checks This should also help us avoid running them for every single test task, including Kover. * Fix upload report path filter
This commit is contained in:
parent
b488cbbfb8
commit
517be47397
3 changed files with 6 additions and 3 deletions
|
|
@ -172,6 +172,7 @@ allprojects {
|
|||
|
||||
// Register quality check tasks.
|
||||
tasks.register("runQualityChecks") {
|
||||
dependsOn(":tests:konsist:testDebugUnitTest")
|
||||
project.subprojects {
|
||||
// For some reason `findByName("lint")` doesn't work
|
||||
tasks.findByPath("$path:lint")?.let { dependsOn(it) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue