[ https://issues.apache.org/jira/browse/GROOVY-11692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956140#comment-17956140 ]
ASF GitHub Bot commented on GROOVY-11692: ----------------------------------------- codecov-commenter commented on PR #2247: URL: https://github.com/apache/groovy/pull/2247#issuecomment-2940538288 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2247?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 69.0449%. Comparing base [(`49e1ce3`)](https://app.codecov.io/gh/apache/groovy/commit/49e1ce3f9c69fa4e63fb0caa00787663afab54c0?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`0eda9db`)](https://app.codecov.io/gh/apache/groovy/commit/0eda9db8d34c5369f236673be9f5cf4971c4e10e?dropdown=coverage&el=desc&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/2247?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2247 +/- ## ================================================== + Coverage 69.0411% 69.0449% +0.0038% - Complexity 29711 29713 +2 ================================================== Files 1423 1423 Lines 114413 114414 +1 Branches 19844 19844 ================================================== + Hits 78992 78997 +5 + Misses 28786 28784 -2 + Partials 6635 6633 -2 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2247?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...g/codehaus/groovy/runtime/StreamGroovyMethods.java](https://app.codecov.io/gh/apache/groovy/pull/2247?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FStreamGroovyMethods.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvU3RyZWFtR3Jvb3Z5TWV0aG9kcy5qYXZh) | `65.3846% <100.0000%> (+0.6787%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2247/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> > Add a Stream#size extension method that is an alias for Stream#count > -------------------------------------------------------------------- > > Key: GROOVY-11692 > URL: https://issues.apache.org/jira/browse/GROOVY-11692 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > > Most of our size() methods return int but I was planning to return long here > to match Stream#count(). -- This message was sent by Atlassian Jira (v8.20.10#820010)