[
https://issues.apache.org/jira/browse/GROOVY-12362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18111990#comment-18111990
] ASF GitHub Bot commented on GROOVY-12362: ----------------------------------------- codecov-commenter commented on PR #2891: URL: https://github.com/apache/groovy/pull/2891#issuecomment-5556938067 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2891?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 `42.85714%` with `4 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 71.0788%. Comparing base ([`0c4dd93`](https://app.codecov.io/gh/apache/groovy/commit/0c4dd93ee000639493bdaf480edbd05f02633fd8?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`9649d58`](https://app.codecov.io/gh/apache/groovy/commit/9649d587bf02d74dae4631bf2aadaac2acc9de99?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 3 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2891?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...rg/codehaus/groovy/reflection/ReflectionUtils.java](https://app.codecov.io/gh/apache/groovy/pull/2891?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Freflection%2FReflectionUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3JlZmxlY3Rpb24vUmVmbGVjdGlvblV0aWxzLmphdmE=) | 42.8571% | [0 Missing and 4 partials :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2891?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/2891?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2891 +/- ## ================================================== - Coverage 71.1006% 71.0788% -0.0218% + Complexity 37348 37331 -17 ================================================== Files 1579 1579 Lines 135477 135482 +5 Branches 25104 25106 +2 ================================================== - Hits 96325 96299 -26 - Misses 30478 30496 +18 - Partials 8674 8687 +13 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2891?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...a/org/codehaus/groovy/runtime/StackTraceUtils.java](https://app.codecov.io/gh/apache/groovy/pull/2891?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FStackTraceUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvU3RhY2tUcmFjZVV0aWxzLmphdmE=) | `88.2353% <ø> (ø)` | | | [...rg/codehaus/groovy/reflection/ReflectionUtils.java](https://app.codecov.io/gh/apache/groovy/pull/2891?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Freflection%2FReflectionUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3JlZmxlY3Rpb24vUmVmbGVjdGlvblV0aWxzLmphdmE=) | `66.3636% <42.8571%> (+0.6229%)` | :arrow_up: | ... and [86 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2891/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> > ReflectionUtils.getCallingClass and StackTraceUtils.sanitize should ignore > GraalVM's com.oracle.svm frames > ---------------------------------------------------------------------------------------------------------- > > Key: GROOVY-12362 > URL: https://issues.apache.org/jira/browse/GROOVY-12362 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
