[
https://issues.apache.org/jira/browse/GROOVY-12150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18095645#comment-18095645
] ASF GitHub Bot commented on GROOVY-12150: ----------------------------------------- codecov-commenter commented on PR #2691: URL: https://github.com/apache/groovy/pull/2691#issuecomment-4948931489 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2691?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 `75.00000%` with `2 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 69.0991%. Comparing base ([`f3e3bff`](https://app.codecov.io/gh/apache/groovy/commit/f3e3bffa427b293e489397f65c70b145e6023f31?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`e8e9195`](https://app.codecov.io/gh/apache/groovy/commit/e8e919556bfe4e770c80b7558e9c38869f301315?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 7 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2691?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...vy/groovy/console/ui/AstNodeToScriptAdapter.groovy](https://app.codecov.io/gh/apache/groovy/pull/2691?src=pr&el=tree&filepath=subprojects%2Fgroovy-console%2Fsrc%2Fmain%2Fgroovy%2Fgroovy%2Fconsole%2Fui%2FAstNodeToScriptAdapter.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWNvbnNvbGUvc3JjL21haW4vZ3Jvb3Z5L2dyb292eS9jb25zb2xlL3VpL0FzdE5vZGVUb1NjcmlwdEFkYXB0ZXIuZ3Jvb3Z5) | 66.6667% | [1 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2691?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/2691?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2691 +/- ## ================================================== + Coverage 69.0875% 69.0991% +0.0116% - Complexity 34165 34233 +68 ================================================== Files 1536 1537 +1 Lines 129048 129310 +262 Branches 23403 23478 +75 ================================================== + Hits 89156 89352 +196 - Misses 31909 31945 +36 - Partials 7983 8013 +30 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2691?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...rg/codehaus/groovy/classgen/asm/ClosureWriter.java](https://app.codecov.io/gh/apache/groovy/pull/2691?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fclassgen%2Fasm%2FClosureWriter.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L2NsYXNzZ2VuL2FzbS9DbG9zdXJlV3JpdGVyLmphdmE=) | `92.5234% <100.0000%> (+0.0705%)` | :arrow_up: | | [...vy/groovy/console/ui/AstNodeToScriptAdapter.groovy](https://app.codecov.io/gh/apache/groovy/pull/2691?src=pr&el=tree&filepath=subprojects%2Fgroovy-console%2Fsrc%2Fmain%2Fgroovy%2Fgroovy%2Fconsole%2Fui%2FAstNodeToScriptAdapter.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWNvbnNvbGUvc3JjL21haW4vZ3Jvb3Z5L2dyb292eS9jb25zb2xlL3VpL0FzdE5vZGVUb1NjcmlwdEFkYXB0ZXIuZ3Jvb3Z5) | `70.8333% <66.6667%> (-0.0375%)` | :arrow_down: | ... and [27 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2691/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> > Decompiled AST view should show a closure's generated class name > ---------------------------------------------------------------- > > Key: GROOVY-12150 > URL: https://issues.apache.org/jira/browse/GROOVY-12150 > Project: Groovy > Issue Type: Improvement > Components: groovy-console > Reporter: Paul King > Assignee: Paul King > Priority: Major > > The Script->InspectAST view in the Groovy Console doesn't make it obvious > which generated closure was used (class gen phase) -- This message was sent by Atlassian Jira (v8.20.10#820010)
