Skip to content

Commit 1c87cbb

Browse files
committed
temporarily disabling kover as it causes issues
1 parent d106c51 commit 1c87cbb

25 files changed

+70
-70
lines changed

build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
alias(publisher)
2121
alias(serialization) apply false
2222
alias(dokka)
23-
alias(kover)
23+
// alias(kover)
2424
alias(ktlint)
2525
alias(korro) apply false
2626
alias(kodex) apply false
@@ -61,15 +61,15 @@ dependencies {
6161
// experimental, so not included by default:
6262
// api(projects.dataframeOpenapi)
6363

64-
kover(projects.core)
65-
kover(projects.dataframeArrow)
66-
kover(projects.dataframeExcel)
67-
kover(projects.dataframeOpenapi)
68-
kover(projects.dataframeJdbc)
69-
kover(projects.dataframeCsv)
70-
kover(projects.dataframeJson)
71-
kover(projects.plugins.kotlinDataframe)
72-
kover(projects.dataframeJupyter)
64+
// kover(projects.core)
65+
// kover(projects.dataframeArrow)
66+
// kover(projects.dataframeExcel)
67+
// kover(projects.dataframeOpenapi)
68+
// kover(projects.dataframeJdbc)
69+
// kover(projects.dataframeCsv)
70+
// kover(projects.dataframeJson)
71+
// kover(projects.plugins.kotlinDataframe)
72+
// kover(projects.dataframeJupyter)
7373
}
7474

7575
enum class Version : Comparable<Version> {

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
alias(publisher)
1414
alias(serialization)
1515
alias(korro)
16-
alias(kover)
16+
// alias(kover)
1717
alias(ktlint)
1818
alias(kodex)
1919
alias(simpleGit)

dataframe-arrow/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
with(libs.plugins) {
33
alias(kotlin.jvm)
44
alias(publisher)
5-
alias(kover)
5+
// alias(kover)
66
alias(ktlint)
77
alias(binary.compatibility.validator)
88
}

dataframe-csv/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
alias(kotlin.jvm)
77
alias(publisher)
88
alias(serialization)
9-
alias(kover)
9+
// alias(kover)
1010
alias(ktlint)
1111
alias(kodex)
1212
alias(binary.compatibility.validator)

dataframe-excel/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
with(libs.plugins) {
33
alias(kotlin.jvm)
44
alias(publisher)
5-
alias(kover)
5+
// alias(kover)
66
alias(ktlint)
77
alias(binary.compatibility.validator)
88
}

dataframe-jdbc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
with(libs.plugins) {
33
alias(kotlin.jvm)
44
alias(publisher)
5-
alias(kover)
5+
// alias(kover)
66
alias(ktlint)
77
alias(binary.compatibility.validator)
88
}

dataframe-json/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
alias(kotlin.jvm)
66
alias(publisher)
77
alias(serialization)
8-
alias(kover)
8+
// alias(kover)
99
alias(ktlint)
1010
alias(binary.compatibility.validator)
1111
}

dataframe-jupyter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
with(libs.plugins) {
55
alias(kotlin.jvm)
66
alias(publisher)
7-
alias(kover)
7+
// alias(kover)
88
alias(ktlint)
99
alias(jupyter.api)
1010
alias(binary.compatibility.validator)

dataframe-openapi-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
alias(kotlin.jvm)
66
alias(publisher)
77
alias(serialization)
8-
alias(kover)
8+
// alias(kover)
99
alias(ktlint)
1010
alias(binary.compatibility.validator)
1111
}

docs/StardustDocs/resources/api/generate_docs/notebook_test_generate_docs_1.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
</style>
178178
</head>
179179
<body>
180-
<table class="dataframe" id="df_-637534208"></table>
180+
<table class="dataframe" id="df_234881024"></table>
181181

182182
<p class="dataframe_description"></p>
183183
</body>
@@ -458,23 +458,23 @@
458458

459459
/*<!--*/
460460
call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: "<span title=\"user: String\">user</span>", children: [], rightAlign: false, values: ["Alice","Bob"] },
461-
{ name: "<span title=\"orders: DataFrame<*>\">orders</span>", children: [], rightAlign: false, values: [{ frameId: -637534207, value: "<b>DataFrame 2 x 2</b>" },{ frameId: -637534206, value: "<b>DataFrame 3 x 2</b>" }] },
462-
], id: -637534208, rootId: -637534208, totalRows: 2 } ) });
461+
{ name: "<span title=\"orders: DataFrame<*>\">orders</span>", children: [], rightAlign: false, values: [{ frameId: 234881025, value: "<b>DataFrame 2 x 2</b>" },{ frameId: 234881026, value: "<b>DataFrame 3 x 2</b>" }] },
462+
], id: 234881024, rootId: 234881024, totalRows: 2 } ) });
463463
/*-->*/
464464

465465
/*<!--*/
466466
call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: "<span title=\"orderId: Int\">orderId</span>", children: [], rightAlign: true, values: ["<span class=\"formatted\" title=\"\"><span class=\"numbers\">101</span></span>","<span class=\"formatted\" title=\"\"><span class=\"numbers\">102</span></span>"] },
467467
{ name: "<span title=\"amount: Double\">amount</span>", children: [], rightAlign: true, values: ["<span class=\"formatted\" title=\"\"><span class=\"numbers\">50.0</span></span>","<span class=\"formatted\" title=\"\"><span class=\"numbers\">75.5</span></span>"] },
468-
], id: -637534207, rootId: -637534208, totalRows: 2 } ) });
468+
], id: 234881025, rootId: 234881024, totalRows: 2 } ) });
469469
/*-->*/
470470

471471
/*<!--*/
472472
call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: "<span title=\"orderId: Int\">orderId</span>", children: [], rightAlign: true, values: ["<span class=\"formatted\" title=\"\"><span class=\"numbers\">103</span></span>","<span class=\"formatted\" title=\"\"><span class=\"numbers\">104</span></span>","<span class=\"formatted\" title=\"\"><span class=\"numbers\">105</span></span>"] },
473473
{ name: "<span title=\"amount: Double\">amount</span>", children: [], rightAlign: true, values: ["<span class=\"formatted\" title=\"\"><span class=\"numbers\">20.0</span></span>","<span class=\"formatted\" title=\"\"><span class=\"numbers\">30.0</span></span>","<span class=\"formatted\" title=\"\"><span class=\"numbers\">25.0</span></span>"] },
474-
], id: -637534206, rootId: -637534208, totalRows: 3 } ) });
474+
], id: 234881026, rootId: 234881024, totalRows: 3 } ) });
475475
/*-->*/
476476

477-
call_DataFrame(function() { DataFrame.renderTable(-637534208) });
477+
call_DataFrame(function() { DataFrame.renderTable(234881024) });
478478

479479
function sendHeight() {
480480
const table = document.querySelector('table.dataframe');

0 commit comments

Comments
 (0)