[
https://issues.apache.org/jira/browse/GROOVY-12043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18084259#comment-18084259
] ASF GitHub Bot commented on GROOVY-12043: ----------------------------------------- codecov-commenter commented on PR #2569: URL: https://github.com/apache/groovy/pull/2569#issuecomment-4570723578 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2569?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 `74.46809%` with `12 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 68.1595%. Comparing base ([`6466667`](https://app.codecov.io/gh/apache/groovy/commit/64666671425ea8a9658d1a9d5fc698cfe55f0e3b?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`e539940`](https://app.codecov.io/gh/apache/groovy/commit/e5399404d386590d6f233e16547bb3135cc2602e?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. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2569?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [src/main/java/org/apache/groovy/util/Closures.java](https://app.codecov.io/gh/apache/groovy/pull/2569?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Futil%2FClosures.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS91dGlsL0Nsb3N1cmVzLmphdmE=) | 74.4186% | [9 Missing and 2 partials :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2569?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | | [src/main/java/org/apache/groovy/util/Lambdas.java](https://app.codecov.io/gh/apache/groovy/pull/2569?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Futil%2FLambdas.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS91dGlsL0xhbWJkYXMuamF2YQ==) | 75.0000% | [1 Missing :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2569?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/2569?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2569 +/- ## ================================================== - Coverage 68.1611% 68.1595% -0.0016% - Complexity 33112 33122 +10 ================================================== Files 1508 1510 +2 Lines 126154 126201 +47 Branches 22890 22890 ================================================== + Hits 85988 86018 +30 - Misses 32540 32554 +14 - Partials 7626 7629 +3 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2569?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/org/apache/groovy/util/Lambdas.java](https://app.codecov.io/gh/apache/groovy/pull/2569?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Futil%2FLambdas.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS91dGlsL0xhbWJkYXMuamF2YQ==) | `75.0000% <75.0000%> (ø)` | | | [src/main/java/org/apache/groovy/util/Closures.java](https://app.codecov.io/gh/apache/groovy/pull/2569?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Futil%2FClosures.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS91dGlsL0Nsb3N1cmVzLmphdmE=) | `74.4186% <74.4186%> (ø)` | | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2569/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> > Provide curryWith helpers > ------------------------- > > Key: GROOVY-12043 > URL: https://issues.apache.org/jira/browse/GROOVY-12043 > 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)
