[
https://issues.apache.org/jira/browse/GROOVY-12327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18110520#comment-18110520
] ASF GitHub Bot commented on GROOVY-12327: ----------------------------------------- codecov-commenter commented on PR #2854: URL: https://github.com/apache/groovy/pull/2854#issuecomment-5505742389 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2854?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 70.7994%. Comparing base ([`c251a83`](https://app.codecov.io/gh/apache/groovy/commit/c251a839e3e6182d068b1981aed2a4c4d635371d?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`fbd2c37`](https://app.codecov.io/gh/apache/groovy/commit/fbd2c37934578f9dd5de3b8ae878c35956e7b059?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/2854?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2854 +/- ## ================================================== - Coverage 70.8002% 70.7994% -0.0008% + Complexity 36979 36978 -1 ================================================== Files 1576 1576 Lines 134792 134795 +3 Branches 24954 24955 +1 ================================================== + Hits 95433 95434 +1 - Misses 30756 30757 +1 - Partials 8603 8604 +1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2854?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [.../java/org/apache/groovy/json/internal/LazyMap.java](https://app.codecov.io/gh/apache/groovy/pull/2854?src=pr&el=tree&filepath=subprojects%2Fgroovy-json%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fjson%2Finternal%2FLazyMap.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWpzb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS9qc29uL2ludGVybmFsL0xhenlNYXAuamF2YQ==) | `91.6667% <100.0000%> (+0.3087%)` | :arrow_up: | ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2854/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> > JsonSlurper: bound the cost of parsing a wide JSON object > --------------------------------------------------------- > > Key: GROOVY-12327 > URL: https://issues.apache.org/jira/browse/GROOVY-12327 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
