[
https://issues.apache.org/jira/browse/GROOVY-12351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18111406#comment-18111406
] ASF GitHub Bot commented on GROOVY-12351: ----------------------------------------- codecov-commenter commented on PR #2874: URL: https://github.com/apache/groovy/pull/2874#issuecomment-5536329603 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2874?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 71.0787%. Comparing base ([`f344d76`](https://app.codecov.io/gh/apache/groovy/commit/f344d76c69477397c8e3ddc25e5a7e7d795a2447?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`c0e4fa5`](https://app.codecov.io/gh/apache/groovy/commit/c0e4fa5a2015fce5c18513f048dfe83bb0a1ebc7?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/2874?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2874 +/- ## ================================================== + Coverage 71.0741% 71.0787% +0.0046% - Complexity 37300 37307 +7 ================================================== Files 1578 1578 Lines 135384 135388 +4 Branches 25084 25085 +1 ================================================== + Hits 96223 96232 +9 + Misses 30477 30475 -2 + Partials 8684 8681 -3 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2874?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...s/groovy/transform/SafeRegexASTTransformation.java](https://app.codecov.io/gh/apache/groovy/pull/2874?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2FSafeRegexASTTransformation.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3RyYW5zZm9ybS9TYWZlUmVnZXhBU1RUcmFuc2Zvcm1hdGlvbi5qYXZh) | `80.4348% <100.0000%> (+1.8633%)` | :arrow_up: | ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2874/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> > @SafeRegex should handle regexes in nested and anonymous inner classes > ---------------------------------------------------------------------- > > Key: GROOVY-12351 > URL: https://issues.apache.org/jira/browse/GROOVY-12351 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
