[
https://issues.apache.org/jira/browse/GROOVY-12155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18095782#comment-18095782
] ASF GitHub Bot commented on GROOVY-12155: ----------------------------------------- codecov-commenter commented on PR #2700: URL: https://github.com/apache/groovy/pull/2700#issuecomment-4954806593 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2700?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 `97.22222%` with `1 line` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 69.1143%. Comparing base ([`c9363db`](https://app.codecov.io/gh/apache/groovy/commit/c9363dba83711e0b680546e275294a5ac1836485?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`8a75dea`](https://app.codecov.io/gh/apache/groovy/commit/8a75dea28cab2507037223331e33bb917568442b?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 5 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2700?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [.../codehaus/groovy/runtime/ProcessGroovyMethods.java](https://app.codecov.io/gh/apache/groovy/pull/2700?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FProcessGroovyMethods.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvUHJvY2Vzc0dyb292eU1ldGhvZHMuamF2YQ==) | 97.0588% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2700?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/2700?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2700 +/- ## ================================================== + Coverage 69.1083% 69.1143% +0.0059% - Complexity 34235 34248 +13 ================================================== Files 1537 1537 Lines 129310 129377 +67 Branches 23478 23503 +25 ================================================== + Hits 89364 89418 +54 + Misses 31936 31935 -1 - Partials 8010 8024 +14 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2700?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [.../codehaus/groovy/runtime/FlushingStreamWriter.java](https://app.codecov.io/gh/apache/groovy/pull/2700?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FFlushingStreamWriter.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvRmx1c2hpbmdTdHJlYW1Xcml0ZXIuamF2YQ==) | `53.8462% <100.0000%> (+8.3916%)` | :arrow_up: | | [.../codehaus/groovy/runtime/ProcessGroovyMethods.java](https://app.codecov.io/gh/apache/groovy/pull/2700?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FProcessGroovyMethods.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvUHJvY2Vzc0dyb292eU1ldGhvZHMuamF2YQ==) | `81.6794% <97.0588%> (+1.0209%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2700/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> > decode process output streams using the native encoding > ------------------------------------------------------- > > Key: GROOVY-12155 > URL: https://issues.apache.org/jira/browse/GROOVY-12155 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > Assignee: Paul King > Priority: Major > > see https://github.com/apache/groovy/pull/2700 > with thanks to https://github.com/netliomax25-code for identifying the problem -- This message was sent by Atlassian Jira (v8.20.10#820010)
