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

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

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

   ## 
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2600?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 `81.81818%` with `4 lines` in your changes missing 
coverage. Please review.
   :white_check_mark: Project coverage is 68.3170%. Comparing base 
([`d138680`](https://app.codecov.io/gh/apache/groovy/commit/d1386809d5bc322356b809df9aade37cd4babbd2?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
 to head 
([`b31833e`](https://app.codecov.io/gh/apache/groovy/commit/b31833e2a9a72e80996ca234958d1ac634a5f4f1?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
   :warning: Report is 1 commits behind head on master.
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/groovy/pull/2600?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Patch % | Lines |
   |---|---|---|
   | 
[...cts/generation/AssertStatementCreationUtility.java](https://app.codecov.io/gh/apache/groovy/pull/2600?src=pr&el=tree&filepath=subprojects%2Fgroovy-contracts%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fcontracts%2Fgeneration%2FAssertStatementCreationUtility.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWNvbnRyYWN0cy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZ3Jvb3Z5L2NvbnRyYWN0cy9nZW5lcmF0aW9uL0Fzc2VydFN0YXRlbWVudENyZWF0aW9uVXRpbGl0eS5qYXZh)
 | 81.8182% | [4 Missing :warning: 
](https://app.codecov.io/gh/apache/groovy/pull/2600?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>
   
   
   
   [![Impacted file tree 
graph](https://app.codecov.io/gh/apache/groovy/pull/2600/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/2600?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   ```diff
   @@                Coverage Diff                 @@
   ##               master      #2600        +/-   ##
   ==================================================
   + Coverage     68.3130%   68.3170%   +0.0039%     
   - Complexity      33438      33439         +1     
   ==================================================
     Files            1518       1518                
     Lines          126986     127008        +22     
     Branches        23045      23046         +1     
   ==================================================
   + Hits            86748      86768        +20     
   - Misses          32538      32541         +3     
   + Partials         7700       7699         -1     
   ```
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/groovy/pull/2600?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Coverage Δ | |
   |---|---|---|
   | 
[...cts/generation/AssertStatementCreationUtility.java](https://app.codecov.io/gh/apache/groovy/pull/2600?src=pr&el=tree&filepath=subprojects%2Fgroovy-contracts%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fcontracts%2Fgeneration%2FAssertStatementCreationUtility.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LWNvbnRyYWN0cy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZ3Jvb3Z5L2NvbnRyYWN0cy9nZW5lcmF0aW9uL0Fzc2VydFN0YXRlbWVudENyZWF0aW9uVXRpbGl0eS5qYXZh)
 | `90.8163% <81.8182%> (-2.6047%)` | :arrow_down: |
   
   ... and [5 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/groovy/pull/2600/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>




> groovy-contracts: @Ensures postcondition silently dropped for braceless if 
> return (and under @TailRecursive)
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: GROOVY-12079
>                 URL: https://issues.apache.org/jira/browse/GROOVY-12079
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>




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

Reply via email to