File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -372,21 +372,21 @@ tasks.withType<KotlinCompile> {
372
372
373
373
tasks.test {
374
374
maxHeapSize = " 2048m"
375
- kover {
376
- currentProject {
377
- instrumentation { disabledForTestTasks.addAll(" samplesTest" ) }
378
- }
379
- reports {
380
- total {
381
- filters {
382
- excludes {
383
- classes(" org.jetbrains.kotlinx.dataframe.jupyter.*" )
384
- classes(" org.jetbrains.kotlinx.dataframe.jupyter.SampleNotebooksTests" )
385
- }
386
- }
387
- }
388
- }
389
- }
375
+ // kover {
376
+ // currentProject {
377
+ // instrumentation { disabledForTestTasks.addAll("samplesTest") }
378
+ // }
379
+ // reports {
380
+ // total {
381
+ // filters {
382
+ // excludes {
383
+ // classes("org.jetbrains.kotlinx.dataframe.jupyter.*")
384
+ // classes("org.jetbrains.kotlinx.dataframe.jupyter.SampleNotebooksTests")
385
+ // }
386
+ // }
387
+ // }
388
+ // }
389
+ // }
390
390
}
391
391
392
392
kotlinPublications {
You can’t perform that action at this time.
0 commit comments