[ 
https://issues.apache.org/jira/browse/GROOVY-11656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949872#comment-17949872
 ] 

ASF GitHub Bot commented on GROOVY-11656:
-----------------------------------------

codecov-commenter commented on PR #2216:
URL: https://github.com/apache/groovy/pull/2216#issuecomment-2856787787

   ## 
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2216?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Project coverage is 68.9908%. Comparing base 
[(`6da2f7a`)](https://app.codecov.io/gh/apache/groovy/commit/6da2f7af6e999b5ae47ba8bee8422d0a5f47a2c2?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 to head 
[(`cec1f8a`)](https://app.codecov.io/gh/apache/groovy/commit/cec1f8a91af8b7bad2fb4480a97f5cb4dba9b941?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   <details><summary>Additional details and impacted files</summary>
   
   
   [![Impacted file tree 
graph](https://app.codecov.io/gh/apache/groovy/pull/2216/graphs/tree.svg?width=650&height=150&src=pr&token=1r45138NfQ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)](https://app.codecov.io/gh/apache/groovy/pull/2216?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   ```diff
   @@                Coverage Diff                 @@
   ##               master      #2216        +/-   ##
   ==================================================
   - Coverage     68.9981%   68.9908%   -0.0073%     
     Complexity      29631      29631                
   ==================================================
     Files            1423       1423                
     Lines          114222     114224         +2     
     Branches        19811      19811                
   ==================================================
   - Hits            78811      78804         -7     
   - Misses          28794      28800         +6     
   - Partials         6617       6620         +3     
   ```
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/groovy/pull/2216?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Coverage Δ | |
   |---|---|---|
   | 
[...g/codehaus/groovy/runtime/StringGroovyMethods.java](https://app.codecov.io/gh/apache/groovy/pull/2216?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2FStringGroovyMethods.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvU3RyaW5nR3Jvb3Z5TWV0aG9kcy5qYXZh)
 | `83.2031% <100.0000%> (+0.0438%)` | :arrow_up: |
   
   ... and [4 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/groovy/pull/2216/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>




> Create SGM#getLength methods for StringBuilder/StringBuffer
> -----------------------------------------------------------
>
>                 Key: GROOVY-11656
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11656
>             Project: Groovy
>          Issue Type: New Feature
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>
> This would allow arithmetic assignment operators to be used:
> {code:groovy}
> def sb = new StringBuilder()
> sb << 'foobar'
> sb.length -= 3
> assert sb.toString() == 'foo'
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to