[
https://issues.apache.org/jira/browse/GROOVY-12100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090904#comment-18090904
] ASF GitHub Bot commented on GROOVY-12100: ----------------------------------------- codecov-commenter commented on PR #2623: URL: https://github.com/apache/groovy/pull/2623#issuecomment-4779066390 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2623?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 68.4817%. Comparing base ([`40c6203`](https://app.codecov.io/gh/apache/groovy/commit/40c62030da295c38d1f851fdff15802f4cac4889?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`3badd7c`](https://app.codecov.io/gh/apache/groovy/commit/3badd7c5d603c82d9d1c5baba2e61885fad107c1?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 5 commits behind head on master. <details><summary>Additional details and impacted files</summary> [](https://app.codecov.io/gh/apache/groovy/pull/2623?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2623 +/- ## ================================================== + Coverage 68.4541% 68.4817% +0.0276% - Complexity 33505 33536 +31 ================================================== Files 1518 1518 Lines 127107 127139 +32 Branches 23065 23073 +8 ================================================== + Hits 87010 87067 +57 + Misses 32371 32336 -35 - Partials 7726 7736 +10 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2623?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...rg/codehaus/groovy/runtime/ArrayGroovyMethods.java](https://app.codecov.io/gh/apache/groovy/pull/2623?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FArrayGroovyMethods.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvQXJyYXlHcm9vdnlNZXRob2RzLmphdmE=) | `88.8889% <100.0000%> (+0.2085%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2623/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 Closure variants for AGM primitive each > ----------------------------------------------- > > Key: GROOVY-12100 > URL: https://issues.apache.org/jira/browse/GROOVY-12100 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > > The AGM primitive each variants are Consumer based which works well with > explicitly typed consumers but lose the type information because the distance > to each(T, Closure) is less than to each(int[], IntConsumer) etc. -- This message was sent by Atlassian Jira (v8.20.10#820010)
