[
https://issues.apache.org/jira/browse/GROOVY-12308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18108797#comment-18108797
] ASF GitHub Bot commented on GROOVY-12308: ----------------------------------------- codecov-commenter commented on PR #2837: URL: https://github.com/apache/groovy/pull/2837#issuecomment-5438280261 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2837?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 `71.42857%` with `2 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 70.6453%. Comparing base ([`47f3b75`](https://app.codecov.io/gh/apache/groovy/commit/47f3b75e70158a5d8099fd26be0b3140b703d507?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`e1ff268`](https://app.codecov.io/gh/apache/groovy/commit/e1ff268c6c09630f6adc630404e9d19d20b301e0?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/2837?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/groovy/lang/MetaClassImpl.java](https://app.codecov.io/gh/apache/groovy/pull/2837?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Fgroovy%2Flang%2FMetaClassImpl.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9ncm9vdnkvbGFuZy9NZXRhQ2xhc3NJbXBsLmphdmE=) | 66.6667% | [0 Missing and 2 partials :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2837?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/2837?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2837 +/- ## ================================================== - Coverage 70.6514% 70.6453% -0.0061% - Complexity 36525 36531 +6 ================================================== Files 1571 1571 Lines 133962 133975 +13 Branches 24690 24690 ================================================== + Hits 94646 94647 +1 - Misses 30800 30806 +6 - Partials 8516 8522 +6 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2837?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/groovy/lang/ExpandoMetaClass.java](https://app.codecov.io/gh/apache/groovy/pull/2837?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Fgroovy%2Flang%2FExpandoMetaClass.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9ncm9vdnkvbGFuZy9FeHBhbmRvTWV0YUNsYXNzLmphdmE=) | `79.0787% <100.0000%> (ø)` | | | [src/main/java/groovy/lang/MetaClassImpl.java](https://app.codecov.io/gh/apache/groovy/pull/2837?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Fgroovy%2Flang%2FMetaClassImpl.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9ncm9vdnkvbGFuZy9NZXRhQ2xhc3NJbXBsLmphdmE=) | `79.2601% <66.6667%> (-0.0425%)` | :arrow_down: | ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2837/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> > MetaClassImpl.addMetaBeanProperty (and addNewInstance/StaticMethod) should > reject an initialized metaclass like addMetaMethod does > ---------------------------------------------------------------------------------------------------------------------------------- > > Key: GROOVY-12308 > URL: https://issues.apache.org/jira/browse/GROOVY-12308 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
