[
https://issues.apache.org/jira/browse/GROOVY-12333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18110991#comment-18110991
] ASF GitHub Bot commented on GROOVY-12333: ----------------------------------------- codecov-commenter commented on PR #2872: URL: https://github.com/apache/groovy/pull/2872#issuecomment-5521748237 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2872?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 `93.10345%` with `2 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 70.9736%. Comparing base ([`b0fb70b`](https://app.codecov.io/gh/apache/groovy/commit/b0fb70bfc9554d143743a3f5bcd1de46aefb3ac3?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`3bcc275`](https://app.codecov.io/gh/apache/groovy/commit/3bcc275a8004ac2f5dafc40dfa42de011d2be21d?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 2 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2872?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/groovy/util/regex/BalancedGroup.java](https://app.codecov.io/gh/apache/groovy/pull/2872?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Fgroovy%2Futil%2Fregex%2FBalancedGroup.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9ncm9vdnkvdXRpbC9yZWdleC9CYWxhbmNlZEdyb3VwLmphdmE=) | 93.1034% | [1 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2872?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/2872?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2872 +/- ## ================================================== + Coverage 70.9621% 70.9736% +0.0115% - Complexity 37181 37196 +15 ================================================== Files 1578 1578 Lines 135189 135215 +26 Branches 25038 25046 +8 ================================================== + Hits 95933 95967 +34 + Misses 30569 30562 -7 + Partials 8687 8686 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2872?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/groovy/util/regex/BalancedGroup.java](https://app.codecov.io/gh/apache/groovy/pull/2872?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Fgroovy%2Futil%2Fregex%2FBalancedGroup.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9ncm9vdnkvdXRpbC9yZWdleC9CYWxhbmNlZEdyb3VwLmphdmE=) | `94.9275% <93.1034%> (-0.9058%)` | :arrow_down: | ... and [13 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2872/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> > findBalancedGroups: bound the cost of deeply nested input > --------------------------------------------------------- > > Key: GROOVY-12333 > URL: https://issues.apache.org/jira/browse/GROOVY-12333 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
