[ https://issues.apache.org/jira/browse/GROOVY-10921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681729#comment-17681729 ]
ASF GitHub Bot commented on GROOVY-10921: ----------------------------------------- codecov-commenter commented on PR #1851: URL: https://github.com/apache/groovy/pull/1851#issuecomment-1407652928 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1851?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report > Merging [#1851](https://codecov.io/gh/apache/groovy/pull/1851?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bed5425) into [master](https://codecov.io/gh/apache/groovy/commit/7a3a70d75b70c7919a3e5e1d2edd7368dc4cbb57?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7a3a70d) will **decrease** coverage by `0.0184%`. > The diff coverage is `3.0303%`. [](https://codecov.io/gh/apache/groovy/pull/1851?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) ```diff @@ Coverage Diff @@ ## master #1851 +/- ## ================================================== - Coverage 68.0469% 68.0286% -0.0184% - Complexity 28592 28593 +1 ================================================== Files 1427 1427 Lines 113094 113126 +32 Branches 19329 19337 +8 ================================================== + Hits 76957 76958 +1 - Misses 29640 29672 +32 + Partials 6497 6496 -1 ``` | [Impacted Files](https://codecov.io/gh/apache/groovy/pull/1851?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | | |---|---|---| | [...rg/codehaus/groovy/runtime/ArrayGroovyMethods.java](https://codecov.io/gh/apache/groovy/pull/1851?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvQXJyYXlHcm9vdnlNZXRob2RzLmphdmE=) | `96.5255% <3.0303%> (-3.4745%)` | :arrow_down: | | [...org/codehaus/groovy/vmplugin/v8/IndyInterface.java](https://codecov.io/gh/apache/groovy/pull/1851?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3ZtcGx1Z2luL3Y4L0luZHlJbnRlcmZhY2UuamF2YQ==) | `86.0656% <0.0000%> (+0.8197%)` | :arrow_up: | > Optimised variants for AGM#each > ------------------------------- > > Key: GROOVY-10921 > URL: https://issues.apache.org/jira/browse/GROOVY-10921 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > > Similarly as for min/max, we can have variants for each which use IntConsumer > and save boxing/unboxing overheads. -- This message was sent by Atlassian Jira (v8.20.10#820010)