[
https://issues.apache.org/jira/browse/GROOVY-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18096019#comment-18096019
] ASF GitHub Bot commented on GROOVY-12163: ----------------------------------------- codecov-commenter commented on PR #2708: URL: https://github.com/apache/groovy/pull/2708#issuecomment-4963758841 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2708?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 `50.00000%` with `1 line` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 69.1108%. Comparing base ([`86c6648`](https://app.codecov.io/gh/apache/groovy/commit/86c6648d1e61436fe513afaa85d8d0c403de3cda?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`b94cb8c`](https://app.codecov.io/gh/apache/groovy/commit/b94cb8cf538dd4a0d544a050b4c44c260ff3dc8b?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/2708?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...g/codehaus/groovy/reflection/MixinInMetaClass.java](https://app.codecov.io/gh/apache/groovy/pull/2708?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Freflection%2FMixinInMetaClass.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3JlZmxlY3Rpb24vTWl4aW5Jbk1ldGFDbGFzcy5qYXZh) | 0.0000% | [1 Missing :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2708?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/2708?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2708 +/- ## ================================================== + Coverage 69.1077% 69.1108% +0.0031% Complexity 34235 34235 ================================================== Files 1537 1537 Lines 129356 129356 Branches 23503 23503 ================================================== + Hits 89395 89399 +4 + Misses 31941 31937 -4 Partials 8020 8020 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2708?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/2708?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=) | `77.1376% <100.0000%> (+0.3718%)` | :arrow_up: | | [...g/codehaus/groovy/reflection/MixinInMetaClass.java](https://app.codecov.io/gh/apache/groovy/pull/2708?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Freflection%2FMixinInMetaClass.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3JlZmxlY3Rpb24vTWl4aW5Jbk1ldGFDbGFzcy5qYXZh) | `81.3333% <0.0000%> (-1.3333%)` | :arrow_down: | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2708/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> > fix concurrent modification of ExpandoMetaClass mixinClasses > ------------------------------------------------------------ > > Key: GROOVY-12163 > URL: https://issues.apache.org/jira/browse/GROOVY-12163 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > Priority: Major > > see: https://github.com/apache/groovy/pull/2698 -- This message was sent by Atlassian Jira (v8.20.10#820010)
