[
https://issues.apache.org/jira/browse/GROOVY-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18109355#comment-18109355
] ASF GitHub Bot commented on GROOVY-12318: ----------------------------------------- codecov-commenter commented on PR #2844: URL: https://github.com/apache/groovy/pull/2844#issuecomment-5460449005 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2844?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 `41.66667%` with `14 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 67.2996%. Comparing base ([`ee82400`](https://app.codecov.io/gh/apache/groovy/commit/ee824008c54fc39331e7d047b3ded85a23ec09ad?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`115ee56`](https://app.codecov.io/gh/apache/groovy/commit/115ee56c2e1ef26300862725d8c71af1bba9e0d0?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2844?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [.../parser/antlr4/internal/atnmanager/AtnManager.java](https://app.codecov.io/gh/apache/groovy/pull/2844?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fparser%2Fantlr4%2Finternal%2Fatnmanager%2FAtnManager.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS9wYXJzZXIvYW50bHI0L2ludGVybmFsL2F0bm1hbmFnZXIvQXRuTWFuYWdlci5qYXZh) | 41.6667% | [9 Missing and 5 partials :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2844?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/2844?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## GROOVY_5_1_X #2844 +/- ## ====================================================== - Coverage 67.3003% 67.2996% -0.0007% - Complexity 29648 29650 +2 ====================================================== Files 1384 1384 Lines 117099 117118 +19 Branches 20594 20600 +6 ====================================================== + Hits 78808 78820 +12 - Misses 31746 31750 +4 - Partials 6545 6548 +3 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2844?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [.../parser/antlr4/internal/atnmanager/AtnManager.java](https://app.codecov.io/gh/apache/groovy/pull/2844?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fparser%2Fantlr4%2Finternal%2Fatnmanager%2FAtnManager.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS9wYXJzZXIvYW50bHI0L2ludGVybmFsL2F0bm1hbmFnZXIvQXRuTWFuYWdlci5qYXZh) | `67.7966% <41.6667%> (-9.7034%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2844/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> > bound the parser DFA cache by size > ---------------------------------- > > Key: GROOVY-12318 > URL: https://issues.apache.org/jira/browse/GROOVY-12318 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
