[
https://issues.apache.org/jira/browse/GROOVY-11907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18071392#comment-18071392
] ASF GitHub Bot commented on GROOVY-11907: ----------------------------------------- codecov-commenter commented on PR #2443: URL: https://github.com/apache/groovy/pull/2443#issuecomment-4191766155 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2443?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 `66.66667%` with `2 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 67.1304%. Comparing base ([`9941325`](https://app.codecov.io/gh/apache/groovy/commit/9941325631af01c28e62b48475fc72d2f7b06fea?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`0179f9b`](https://app.codecov.io/gh/apache/groovy/commit/0179f9be766ea6c22728f48dcec012e666256592?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2443?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...oovy/transform/trait/TraitReceiverTransformer.java](https://app.codecov.io/gh/apache/groovy/pull/2443?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2Ftrait%2FTraitReceiverTransformer.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3RyYW5zZm9ybS90cmFpdC9UcmFpdFJlY2VpdmVyVHJhbnNmb3JtZXIuamF2YQ==) | 66.6667% | [1 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2443?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/2443?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## GROOVY_5_0_X #2443 +/- ## ====================================================== - Coverage 67.1318% 67.1304% -0.0014% + Complexity 29431 29430 -1 ====================================================== Files 1382 1382 Lines 116800 116804 +4 Branches 20473 20474 +1 ====================================================== + Hits 78410 78411 +1 + Misses 31905 31904 -1 - Partials 6485 6489 +4 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2443?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...oovy/transform/trait/TraitReceiverTransformer.java](https://app.codecov.io/gh/apache/groovy/pull/2443?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Ftransform%2Ftrait%2FTraitReceiverTransformer.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3RyYW5zZm9ybS90cmFpdC9UcmFpdFJlY2VpdmVyVHJhbnNmb3JtZXIuamF2YQ==) | `88.8889% <66.6667%> (-0.8408%)` | :arrow_down: | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2443/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> > SC: trait static field helper generates invalid bytecode when method-level > DYNAMIC_RESOLUTION is present (GROOVY-11817 regression) > ----------------------------------------------------------------------------------------------------------------------------------- > > Key: GROOVY-11907 > URL: https://issues.apache.org/jira/browse/GROOVY-11907 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > Priority: Major > > This is to track the *_grails-geb testFixtures_* error discussed here: > [Canary] Grails 8 on Groovy 5 + Spring Boot 4 integration branch > https://github.com/apache/grails-core/pull/15557 -- This message was sent by Atlassian Jira (v8.20.10#820010)
