Skip to content

Add excel provider and improve csv#432

Open
totocaca123 wants to merge 8 commits into
masterfrom
addEcelPoiProvider
Open

Add excel provider and improve csv#432
totocaca123 wants to merge 8 commits into
masterfrom
addEcelPoiProvider

correct test

448ba7e
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded May 26, 2025 in 0s

Line Coverage: 79.02% (+11.79%), Branch Coverage: 61.74% (+6.06%)

Summary for modified lines

  • 731 lines have been modified
  • 60 lines are not covered
  • 6 lines are covered only partially

Overview by baseline

Quality Gates Summary

No active quality gates.

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Method Coverage Line Coverage Branch Coverage Instruction Coverage
🐾 Overall project 100.00% (1/1) 66.67% (4/6) 39.47% (15/38) 34.48% (20/58) 17.65% (54/306) 25.49% (272/1067) 29.71% (93/313) 25.22% (1197/4746)
📈 Overall project (difference to reference job) ±0% +16.67% ⬆️ +18.89% ⬆️ +19.90% ⬆️ +13.38% ⬆️ +23.41% ⬆️ +29.71% ⬆️ +24.03% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 100.00% (6/6) 71.43% (10/14) 63.27% (31/49) 67.23% (238/354) 55.69% (93/167) 67.30% (1097/1630)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +65.91% ⬆️ +55.69% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (3/3) 83.33% (5/6) n/a n/a 79.02% (226/286) 61.74% (92/149) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +11.79% ⬆️ +6.06% ⬆️ n/a
🐾 Indirect changes 100.00% (1/1) 100.00% (1/1) 100.00% (5/5) n/a n/a 100.00% (28/28) 100.00% (1/1) n/a

Annotations

Check warning on line 70 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 69-70 are not covered by tests

Check warning on line 87 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 86-87 are not covered by tests

Check warning on line 97 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 96-97 are not covered by tests

Check warning on line 103 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 102-103 are not covered by tests

Check warning on line 140 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered line

Line 140 is not covered by tests

Check warning on line 166 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered line

Line 166 is not covered by tests

Check warning on line 63 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 63 is only partially covered, one branch is missing

Check warning on line 82 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 82 is only partially covered, one branch is missing

Check warning on line 85 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 85 is only partially covered, one branch is missing

Check warning on line 95 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 95 is only partially covered, one branch is missing

Check warning on line 101 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 101 is only partially covered, one branch is missing

Check warning on line 139 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 139 is only partially covered, one branch is missing

Check warning on line 155 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 155 is only partially covered, one branch is missing

Check warning on line 157 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 157 is only partially covered, one branch is missing

Check warning on line 160 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 160 is only partially covered, one branch is missing

Check warning on line 165 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 165 is only partially covered, one branch is missing

Check warning on line 187 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 187 is only partially covered, one branch is missing

Check warning on line 41 in src/main/java/io/jenkins/plugins/reporter/provider/Excel.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 30-41 are not covered by tests

Check warning on line 101 in src/main/java/io/jenkins/plugins/reporter/provider/Excel.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 63-101 are not covered by tests

Check warning on line 41 in src/main/java/io/jenkins/plugins/reporter/provider/ExcelMulti.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered line

Line 41 is not covered by tests

Check warning on line 139 in src/main/java/io/jenkins/plugins/reporter/provider/ExcelMulti.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered line

Line 139 is not covered by tests

Check warning on line 40 in src/main/java/io/jenkins/plugins/reporter/provider/ExcelMulti.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 40 is only partially covered, one branch is missing

Check warning on line 124 in src/main/java/io/jenkins/plugins/reporter/provider/ExcelMulti.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 124 is only partially covered, 2 branches are missing

Check warning on line 138 in src/main/java/io/jenkins/plugins/reporter/provider/ExcelMulti.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 138 is only partially covered, one branch is missing

Check warning on line 111 in src/main/java/io/jenkins/plugins/reporter/provider/AbstractExcelProvider.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 103-111 are not covered by tests