Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-73278] Migrate core from EE 8 to EE 9 #9672

Merged
merged 62 commits into from
Sep 3, 2024

Revert "Fast incremental"

90659fe
Select commit
Loading
Failed to load commit list.
Merged

[JENKINS-73278] Migrate core from EE 8 to EE 9 #9672

Revert "Fast incremental"
90659fe
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Sep 3, 2024 in 0s

Line Coverage: 35.35% (-32.41%), Branch Coverage: 37.18% (-24.31%)

Summary for modified lines

  • 3170 lines have been modified
  • 578 lines are not covered
  • 122 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% (3/3) 83.18% (89/107) 80.87% (981/1213) 79.62% (1977/2483) 65.60% (10646/16228) 66.18% (37017/55937) 59.77% (13485/22563) 65.91% (166941/253281)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.08% ⬆️ +0.03% ⬆️ -0.32% ⬇️ -0.49% ⬇️ -0.16% ⬇️ -0.43% ⬇️
🐾 Modified files 100.00% (2/2) 100.00% (29/29) 93.44% (114/122) 83.74% (412/492) 72.91% (3003/4119) 67.76% (12160/17946) 61.49% (4921/8003) 68.40% (52864/77288)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -1.67% ⬇️ -0.63% ⬇️ n/a
🐾 Modified code lines 100.00% (2/2) 86.21% (25/29) 69.67% (85/122) n/a n/a 35.35% (316/894) 37.18% (87/234) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a -32.41% ⬇️ -24.31% ⬇️ n/a
🐾 Indirect changes 100.00% (2/2) 71.43% (5/7) 57.14% (12/21) n/a n/a 68.42% (26/38) 85.71% (18/21) n/a

Annotations

Check warning on line 360 in core/src/main/java/hudson/slaves/Cloud.java

See this annotation in the file changed.

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

Not covered lines

Lines 348-360 are not covered by tests

Check warning on line 179 in core/src/main/java/hudson/slaves/NodeProperty.java

See this annotation in the file changed.

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

Not covered line

Line 179 is not covered by tests

Check warning on line 191 in core/src/main/java/hudson/slaves/NodeProperty.java

See this annotation in the file changed.

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

Not covered line

Line 191 is not covered by tests

Check warning on line 178 in core/src/main/java/hudson/slaves/NodeProperty.java

See this annotation in the file changed.

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

Partially covered line

Line 178 is only partially covered, one branch is missing

Check warning on line 337 in core/src/main/java/hudson/WebAppMain.java

See this annotation in the file changed.

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

Not covered lines

Lines 336-337 are not covered by tests

Check warning on line 3513 in core/src/main/java/hudson/FilePath.java

See this annotation in the file changed.

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

Not covered line

Line 3513 is not covered by tests

Check warning on line 59 in core/src/main/java/hudson/LocalPluginManager.java

See this annotation in the file changed.

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

Not covered lines

Lines 58-59 are not covered by tests

Check warning on line 259 in core/src/main/java/hudson/PluginManager.java

See this annotation in the file changed.

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

Not covered line

Line 259 is not covered by tests

Check warning on line 1914 in core/src/main/java/hudson/PluginManager.java

See this annotation in the file changed.

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

Not covered lines

Lines 1912-1914 are not covered by tests

Check warning on line 1930 in core/src/main/java/hudson/PluginManager.java

See this annotation in the file changed.

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

Not covered lines

Lines 1928-1930 are not covered by tests

Check warning on line 404 in core/src/main/java/hudson/PluginManager.java

See this annotation in the file changed.

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

Partially covered line

Line 404 is only partially covered, one branch is missing

Check warning on line 1910 in core/src/main/java/hudson/PluginManager.java

See this annotation in the file changed.

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

Partially covered line

Line 1910 is only partially covered, one branch is missing

Check warning on line 632 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Not covered lines

Lines 430-632 are not covered by tests

Check warning on line 1011 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Not covered lines

Lines 989-1011 are not covered by tests

Check warning on line 1758 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Not covered line

Line 1758 is not covered by tests

Check warning on line 2043 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Not covered line

Line 2043 is not covered by tests

Check warning on line 2331 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Not covered line

Line 2331 is not covered by tests

Check warning on line 2356 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Not covered lines

Lines 2350-2356 are not covered by tests

Check warning on line 1766 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Partially covered line

Line 1766 is only partially covered, one branch is missing

Check warning on line 2154 in core/src/main/java/hudson/Functions.java

See this annotation in the file changed.

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

Partially covered line

Line 2154 is only partially covered, one branch is missing

Check warning on line 239 in core/src/main/java/hudson/Plugin.java

See this annotation in the file changed.

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

Not covered lines

Lines 231-239 are not covered by tests

Check warning on line 261 in core/src/main/java/hudson/Plugin.java

See this annotation in the file changed.

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

Not covered lines

Lines 258-261 are not covered by tests

Check warning on line 278 in core/src/main/java/hudson/Plugin.java

See this annotation in the file changed.

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

Not covered lines

Lines 274-278 are not covered by tests

Check warning on line 256 in core/src/main/java/hudson/Plugin.java

See this annotation in the file changed.

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

Partially covered line

Line 256 is only partially covered, one branch is missing

Check warning on line 1872 in core/src/main/java/hudson/Util.java

See this annotation in the file changed.

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

Not covered line

Line 1872 is not covered by tests