[
https://issues.apache.org/jira/browse/GROOVY-10973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18071548#comment-18071548
] ASF GitHub Bot commented on GROOVY-10973: ----------------------------------------- codecov-commenter commented on PR #1872: URL: https://github.com/apache/groovy/pull/1872#issuecomment-4195476124 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1872?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.1025%. Comparing base ([`46722e7`](https://app.codecov.io/gh/apache/groovy/commit/46722e7147ed529fe8817660617ac6af98ad6f54?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`e4173db`](https://app.codecov.io/gh/apache/groovy/commit/e4173db970f7cfd08b49cb328f1459bd5d0ec169?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 2193 commits behind head on master. <details><summary>Additional details and impacted files</summary> [](https://app.codecov.io/gh/apache/groovy/pull/1872?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #1872 +/- ## ================================================== + Coverage 68.1008% 68.1025% +0.0017% - Complexity 28629 28631 +2 ================================================== Files 1427 1427 Lines 113172 113175 +3 Branches 19354 19354 ================================================== + Hits 77071 77075 +4 Misses 29606 29606 + Partials 6495 6494 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/1872?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [.../codehaus/groovy/runtime/DefaultGroovyMethods.java](https://app.codecov.io/gh/apache/groovy/pull/1872?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FDefaultGroovyMethods.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvRGVmYXVsdEdyb292eU1ldGhvZHMuamF2YQ==) | `76.2238% <100.0000%> (+0.0227%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/1872/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> > Groovy should provide 'asReversed' and 'reverseEach' methods for NavigableSet > ----------------------------------------------------------------------------- > > Key: GROOVY-10973 > URL: https://issues.apache.org/jira/browse/GROOVY-10973 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > Fix For: 4.0.11 > > > These would just map directly to 'descendingSet' and 'each' using > 'descendingIterator'. This would align with our method names for lists. -- This message was sent by Atlassian Jira (v8.20.10#820010)
