Skip to content

Conversation

@eric-milles
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 20, 2026

Codecov Report

❌ Patch coverage is 64.23358% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.0286%. Comparing base (9faaa88) to head (3b81f2b).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...org/codehaus/groovy/classgen/asm/CompileStack.java 43.5484% 27 Missing and 8 partials ⚠️
...ava/org/codehaus/groovy/control/LabelVerifier.java 76.2712% 9 Missing and 5 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##               master      #2371        +/-   ##
==================================================
+ Coverage     67.0265%   67.0286%   +0.0020%     
+ Complexity      29420      29419         -1     
==================================================
  Files            1382       1382                
  Lines          116151     116149         -2     
  Branches        20469      20468         -1     
==================================================
+ Hits            77852      77853         +1     
- Misses          31810      31812         +2     
+ Partials         6489       6484         -5     
Files with missing lines Coverage Δ
...va/org/apache/groovy/parser/antlr4/AstBuilder.java 86.5194% <ø> (+0.0414%) ⬆️
.../codehaus/groovy/classgen/asm/StatementWriter.java 94.6237% <100.0000%> (-0.0430%) ⬇️
...ava/org/codehaus/groovy/control/LabelVerifier.java 83.1325% <76.2712%> (+17.2502%) ⬆️
...org/codehaus/groovy/classgen/asm/CompileStack.java 82.1782% <43.5484%> (-2.5546%) ⬇️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines +38 to +50
boolean flag = true
label:
if (flag) {
print('foo')
if (flag) {
break label
fail()
}
fail()
} else {
fail()
}
print('bar')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paulk-asert One note about this style of test: compilation happens before JUnit execution and so coverage is not recorded for the compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants