[
https://issues.apache.org/jira/browse/GROOVY-12236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18102457#comment-18102457
] ASF GitHub Bot commented on GROOVY-12236: ----------------------------------------- codecov-commenter commented on PR #2769: URL: https://github.com/apache/groovy/pull/2769#issuecomment-5205466493 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2769?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 `0%` with `1 line` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 69.9818%. Comparing base ([`2f85f42`](https://app.codecov.io/gh/apache/groovy/commit/2f85f423fe37747156874953ad368a30be9418df?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`18109b3`](https://app.codecov.io/gh/apache/groovy/commit/18109b3ff1a5e5830933bd48a0192bf2351b814d?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/2769?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...haus/groovy/transform/ASTTestTransformation.groovy](https://app.codecov.io/gh/apache/groovy/pull/2769?src=pr&el=tree&filepath=src%2Fmain%2Fgroovy%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2FASTTestTransformation.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vZ3Jvb3Z5L29yZy9jb2RlaGF1cy9ncm9vdnkvdHJhbnNmb3JtL0FTVFRlc3RUcmFuc2Zvcm1hdGlvbi5ncm9vdnk=) | 0.0000% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2769?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/2769?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2769 +/- ## ================================================== - Coverage 69.9869% 69.9818% -0.0051% + Complexity 35529 35527 -2 ================================================== Files 1557 1557 Lines 131686 131687 +1 Branches 24174 24174 ================================================== - Hits 92163 92157 -6 - Misses 31189 31193 +4 - Partials 8334 8337 +3 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2769?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...haus/groovy/transform/ASTTestTransformation.groovy](https://app.codecov.io/gh/apache/groovy/pull/2769?src=pr&el=tree&filepath=src%2Fmain%2Fgroovy%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2FASTTestTransformation.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vZ3Jvb3Z5L29yZy9jb2RlaGF1cy9ncm9vdnkvdHJhbnNmb3JtL0FTVFRlc3RUcmFuc2Zvcm1hdGlvbi5ncm9vdnk=) | `84.2857% <0.0000%> (-1.2215%)` | :arrow_down: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2769/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> > Allow @ASTTest to be disabled via a groovy.asttest.enable system property > ------------------------------------------------------------------------- > > Key: GROOVY-12236 > URL: https://issues.apache.org/jira/browse/GROOVY-12236 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
