[
https://issues.apache.org/jira/browse/GROOVY-12233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18101570#comment-18101570
] ASF GitHub Bot commented on GROOVY-12233: ----------------------------------------- codecov-commenter commented on PR #2763: URL: https://github.com/apache/groovy/pull/2763#issuecomment-5174580545 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2763?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 69.9915%. Comparing base ([`3fd4b4b`](https://app.codecov.io/gh/apache/groovy/commit/3fd4b4b66166426026de0cae300f297df4d4be4b?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`3f97caf`](https://app.codecov.io/gh/apache/groovy/commit/3f97cafaa016804ab76825dde7d2dc3bbf906b65?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/2763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2763 +/- ## ================================================== + Coverage 69.9875% 69.9915% +0.0040% - Complexity 35518 35530 +12 ================================================== Files 1557 1557 Lines 131685 131686 +1 Branches 24172 24174 +2 ================================================== + Hits 92163 92169 +6 + Misses 31189 31185 -4 + Partials 8333 8332 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2763?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...n/src/main/java/groovy/json/StringEscapeUtils.java](https://app.codecov.io/gh/apache/groovy/pull/2763?src=pr&el=tree&filepath=subprojects%2Fgroovy-json%2Fsrc%2Fmain%2Fjava%2Fgroovy%2Fjson%2FStringEscapeUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWpzb24vc3JjL21haW4vamF2YS9ncm9vdnkvanNvbi9TdHJpbmdFc2NhcGVVdGlscy5qYXZh) | `96.8992% <100.0000%> (+0.0242%)` | :arrow_up: | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2763/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> > StringEscapeUtils.unescapeJava mis-decodes and silently drops malformed \u > escapes > ---------------------------------------------------------------------------------- > > Key: GROOVY-12233 > URL: https://issues.apache.org/jira/browse/GROOVY-12233 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
