[
https://issues.apache.org/jira/browse/GROOVY-11980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18077854#comment-18077854
] ASF GitHub Bot commented on GROOVY-11980: ----------------------------------------- codecov-commenter commented on PR #2505: URL: https://github.com/apache/groovy/pull/2505#issuecomment-4364806707 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2505?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 `30.76923%` with `9 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 67.2996%. Comparing base ([`387e236`](https://app.codecov.io/gh/apache/groovy/commit/387e236fbbac0f8a7d79296779c8bcee395fe2b2?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`622b2e4`](https://app.codecov.io/gh/apache/groovy/commit/622b2e491f6d6874e82ea8628ae614b2d3fc2083?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 20 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2505?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...s/groovy/transform/AutoCloneASTTransformation.java](https://app.codecov.io/gh/apache/groovy/pull/2505?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2FAutoCloneASTTransformation.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3RyYW5zZm9ybS9BdXRvQ2xvbmVBU1RUcmFuc2Zvcm1hdGlvbi5qYXZh) | 25.0000% | [8 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2505?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/2505?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2505 +/- ## ================================================== - Coverage 67.3017% 67.2996% -0.0021% + Complexity 32207 32206 -1 ================================================== Files 1489 1489 Lines 124872 124867 -5 Branches 22489 22485 -4 ================================================== - Hits 84041 84035 -6 - Misses 33516 33519 +3 + Partials 7315 7313 -2 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2505?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...codehaus/groovy/transform/AutoCloneASTStubber.java](https://app.codecov.io/gh/apache/groovy/pull/2505?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2FAutoCloneASTStubber.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3RyYW5zZm9ybS9BdXRvQ2xvbmVBU1RTdHViYmVyLmphdmE=) | `75.0000% <100.0000%> (ø)` | | | [...s/groovy/transform/AutoCloneASTTransformation.java](https://app.codecov.io/gh/apache/groovy/pull/2505?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2FAutoCloneASTTransformation.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3RyYW5zZm9ybS9BdXRvQ2xvbmVBU1RUcmFuc2Zvcm1hdGlvbi5qYXZh) | `51.4620% <25.0000%> (-1.9122%)` | :arrow_down: | ... and [86 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2505/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> > @AutoClone clone() override adds CloneNotSupportedException not declared by > superclass > -------------------------------------------------------------------------------------- > > Key: GROOVY-11980 > URL: https://issues.apache.org/jira/browse/GROOVY-11980 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
