[
https://issues.apache.org/jira/browse/GROOVY-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18074644#comment-18074644
] ASF GitHub Bot commented on GROOVY-6908: ---------------------------------------- codecov-commenter commented on PR #2476: URL: https://github.com/apache/groovy/pull/2476#issuecomment-4275521890 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2476?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 `83.33333%` with `3 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 66.9879%. Comparing base ([`4a57272`](https://app.codecov.io/gh/apache/groovy/commit/4a57272e43772bc4991712df921a49ff8eb0de36?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`e3b13d4`](https://app.codecov.io/gh/apache/groovy/commit/e3b13d45f6f268abdaf2d3f19af9275a92461de1?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 4 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2476?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [.../src/main/java/org/codehaus/groovy/ant/Groovy.java](https://app.codecov.io/gh/apache/groovy/pull/2476?src=pr&el=tree&filepath=subprojects%2Fgroovy-ant%2Fsrc%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fant%2FGroovy.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWFudC9zcmMvbWFpbi9qYXZhL29yZy9jb2RlaGF1cy9ncm9vdnkvYW50L0dyb292eS5qYXZh) | 83.3333% | [2 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2476?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/2476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2476 +/- ## ================================================== - Coverage 67.1472% 66.9879% -0.1593% - Complexity 30944 30949 +5 ================================================== Files 1438 1440 +2 Lines 120148 120468 +320 Branches 21311 21364 +53 ================================================== + Hits 80676 80699 +23 - Misses 32724 33023 +299 + Partials 6748 6746 -2 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2476?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [.../src/main/java/org/codehaus/groovy/ant/Groovy.java](https://app.codecov.io/gh/apache/groovy/pull/2476?src=pr&el=tree&filepath=subprojects%2Fgroovy-ant%2Fsrc%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fant%2FGroovy.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWFudC9zcmMvbWFpbi9qYXZhL29yZy9jb2RlaGF1cy9ncm9vdnkvYW50L0dyb292eS5qYXZh) | `40.4459% <83.3333%> (+2.6080%)` | :arrow_up: | ... and [16 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2476/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> > Groovy Ant task should inherit Ant properties when in "forked" mode > ------------------------------------------------------------------- > > Key: GROOVY-6908 > URL: https://issues.apache.org/jira/browse/GROOVY-6908 > Project: Groovy > Issue Type: Improvement > Components: Ant integration > Affects Versions: 2.3.3 > Reporter: Kyrill Alyoshin > Priority: Major > Labels: contrib > > Groovy Ant task (i.e. Groovy class) when run in *forked* mode doesn't inherit > existing Ant properties from the JVM where it is forked from. This is most > unfortunate as "forking" is an incredibly useful feature otherwise. -- This message was sent by Atlassian Jira (v8.20.10#820010)
