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> {
372372
373373tasks.test {
374374 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+ // }
390390}
391391
392392kotlinPublications {
You can’t perform that action at this time.
0 commit comments