[
https://issues.apache.org/jira/browse/GROOVY-12025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18082462#comment-18082462
] ASF GitHub Bot commented on GROOVY-12025: ----------------------------------------- codecov-commenter commented on PR #2548: URL: https://github.com/apache/groovy/pull/2548#issuecomment-4504079830 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2548?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 `90.90909%` with `1 line` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 68.1874%. Comparing base ([`7865789`](https://app.codecov.io/gh/apache/groovy/commit/7865789f6d92647c75fe28b0a7ce1d56b5454d63?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`42d0258`](https://app.codecov.io/gh/apache/groovy/commit/42d0258636877e1abde0c095dcfb4f403b2b927a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 3 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2548?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...rc/main/java/org/apache/groovy/util/JavaShell.java](https://app.codecov.io/gh/apache/groovy/pull/2548?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Futil%2FJavaShell.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS91dGlsL0phdmFTaGVsbC5qYXZh) | 90.9091% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2548?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/2548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2548 +/- ## ================================================== - Coverage 68.1886% 68.1874% -0.0012% - Complexity 32960 32961 +1 ================================================== Files 1504 1504 Lines 125785 125796 +11 Branches 22760 22762 +2 ================================================== + Hits 85771 85777 +6 - Misses 32453 32457 +4 - Partials 7561 7562 +1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2548?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...rc/main/java/org/apache/groovy/util/JavaShell.java](https://app.codecov.io/gh/apache/groovy/pull/2548?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Futil%2FJavaShell.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS91dGlsL0phdmFTaGVsbC5qYXZh) | `86.2500% <90.9091%> (+0.7428%)` | :arrow_up: | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2548/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> > Provide a JavaShell compileAllTo method > --------------------------------------- > > Key: GROOVY-12025 > URL: https://issues.apache.org/jira/browse/GROOVY-12025 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > > You can already do it but only by reaching down into implementation detail > methods. -- This message was sent by Atlassian Jira (v8.20.10#820010)
