[
https://issues.apache.org/jira/browse/GROOVY-12044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18084308#comment-18084308
] ASF GitHub Bot commented on GROOVY-12044: ----------------------------------------- codecov-commenter commented on PR #2571: URL: https://github.com/apache/groovy/pull/2571#issuecomment-4573666471 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2571?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :x: Patch coverage is `83.33333%` with `1 line` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 68.1476%. Comparing base ([`f6e2248`](https://app.codecov.io/gh/apache/groovy/commit/f6e2248d1262e2d0cb0f9f835f1aee40f0d162b2?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`880da46`](https://app.codecov.io/gh/apache/groovy/commit/880da4637703305414359ff6206a76da0e675a30?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2571?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...va/org/codehaus/groovy/runtime/CurriedClosure.java](https://app.codecov.io/gh/apache/groovy/pull/2571?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FCurriedClosure.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvQ3VycmllZENsb3N1cmUuamF2YQ==) | 83.3333% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2571?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | <details><summary>Additional details and impacted files</summary> [](https://app.codecov.io/gh/apache/groovy/pull/2571?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2571 +/- ## ================================================== + Coverage 68.1461% 68.1476% +0.0015% - Complexity 33135 33141 +6 ================================================== Files 1508 1508 Lines 126217 126223 +6 Branches 22895 22896 +1 ================================================== + Hits 86012 86018 +6 + Misses 32570 32569 -1 - Partials 7635 7636 +1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2571?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...va/org/codehaus/groovy/runtime/CurriedClosure.java](https://app.codecov.io/gh/apache/groovy/pull/2571?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FCurriedClosure.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvQ3VycmllZENsb3N1cmUuamF2YQ==) | `91.0112% <83.3333%> (-0.5550%)` | :arrow_down: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2571/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> > CurriedClosure per-element allocation > ------------------------------------- > > Key: GROOVY-12044 > URL: https://issues.apache.org/jira/browse/GROOVY-12044 > Project: Groovy > Issue Type: Sub-task > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
