[
https://issues.apache.org/jira/browse/GROOVY-12328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18110529#comment-18110529
] ASF GitHub Bot commented on GROOVY-12328: ----------------------------------------- codecov-commenter commented on PR #2855: URL: https://github.com/apache/groovy/pull/2855#issuecomment-5505971568 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2855?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.8010%. 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 ([`2e0e24d`](https://app.codecov.io/gh/apache/groovy/commit/2e0e24d10dadaa3109e19339152592592d7c6307?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/2855?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2855 +/- ## ================================================== + Coverage 70.8002% 70.8010% +0.0008% - Complexity 36979 36985 +6 ================================================== Files 1576 1576 Lines 134792 134799 +7 Branches 24954 24956 +2 ================================================== + Hits 95433 95439 +6 - Misses 30756 30758 +2 + Partials 8603 8602 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2855?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...he/groovy/json/internal/ReaderCharacterSource.java](https://app.codecov.io/gh/apache/groovy/pull/2855?src=pr&el=tree&filepath=subprojects%2Fgroovy-json%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fjson%2Finternal%2FReaderCharacterSource.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWpzb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS9qc29uL2ludGVybmFsL1JlYWRlckNoYXJhY3RlclNvdXJjZS5qYXZh) | `71.2121% <100.0000%> (+1.6121%)` | :arrow_up: | ... and [12 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2855/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-12328: JsonSlurper: read a long string in linear time on the > large-file parser > ------------------------------------------------------------------------------------- > > Key: GROOVY-12328 > URL: https://issues.apache.org/jira/browse/GROOVY-12328 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
