[
https://issues.apache.org/jira/browse/GROOVY-12276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18105582#comment-18105582
] ASF GitHub Bot commented on GROOVY-12276: ----------------------------------------- codecov-commenter commented on PR #2813: URL: https://github.com/apache/groovy/pull/2813#issuecomment-5327553278 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2813?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 70.1856%. Comparing base ([`f140841`](https://app.codecov.io/gh/apache/groovy/commit/f140841cf98d79f01e9fde689a46e696ca4493ae?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`99aff08`](https://app.codecov.io/gh/apache/groovy/commit/99aff08f822c47280ae70500a5587d8027025fa3?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 1 commits behind head on master. <details><summary>Additional details and impacted files</summary> [](https://app.codecov.io/gh/apache/groovy/pull/2813?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2813 +/- ## ================================================== + Coverage 70.1837% 70.1856% +0.0019% - Complexity 35844 35853 +9 ================================================== Files 1562 1562 Lines 132528 132540 +12 Branches 24379 24379 ================================================== + Hits 93013 93024 +11 - Misses 31106 31109 +3 + Partials 8409 8407 -2 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2813?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [src/main/java/groovy/lang/Closure.java](https://app.codecov.io/gh/apache/groovy/pull/2813?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Fgroovy%2Flang%2FClosure.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9ncm9vdnkvbGFuZy9DbG9zdXJlLmphdmE=) | `85.0550% <100.0000%> (+0.2675%)` | :arrow_up: | | [src/main/java/groovy/lang/TrampolineClosure.java](https://app.codecov.io/gh/apache/groovy/pull/2813?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Fgroovy%2Flang%2FTrampolineClosure.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9ncm9vdnkvbGFuZy9UcmFtcG9saW5lQ2xvc3VyZS5qYXZh) | `76.4706% <100.0000%> (+5.0420%)` | :arrow_up: | | [...a/org/codehaus/groovy/runtime/ComposedClosure.java](https://app.codecov.io/gh/apache/groovy/pull/2813?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FComposedClosure.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvQ29tcG9zZWRDbG9zdXJlLmphdmE=) | `77.2727% <100.0000%> (+1.0823%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2813/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) </details> <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. - :package: [JS Bundle Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save yourself from yourself by tracking and limiting bundle sizes in JS merges. </details> > further Closure hardening under readResolve > ------------------------------------------- > > Key: GROOVY-12276 > URL: https://issues.apache.org/jira/browse/GROOVY-12276 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > > do the same treatment we did previously for Closure on ComposedClosure and > TrampolineClosure -- This message was sent by Atlassian Jira (v8.20.10#820010)
