[
https://issues.apache.org/jira/browse/GROOVY-12187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18098427#comment-18098427
] ASF GitHub Bot commented on GROOVY-12187: ----------------------------------------- codecov-commenter commented on PR #2731: URL: https://github.com/apache/groovy/pull/2731#issuecomment-5057146188 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2731?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 `67.05882%` with `28 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 69.2725%. Comparing base ([`3240fcf`](https://app.codecov.io/gh/apache/groovy/commit/3240fcf05ad12df667e06e673bb3ff6822961029?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`46257c8`](https://app.codecov.io/gh/apache/groovy/commit/46257c8a69eea75753510fe5cbbebe3979ae6770?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/2731?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...ovy/groovy/typecheckers/SqlInjectionChecker.groovy](https://app.codecov.io/gh/apache/groovy/pull/2731?src=pr&el=tree&filepath=subprojects%2Fgroovy-typecheckers%2Fsrc%2Fmain%2Fgroovy%2Fgroovy%2Ftypecheckers%2FSqlInjectionChecker.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LXR5cGVjaGVja2Vycy9zcmMvbWFpbi9ncm9vdnkvZ3Jvb3Z5L3R5cGVjaGVja2Vycy9TcWxJbmplY3Rpb25DaGVja2VyLmdyb292eQ==) | 67.0588% | [3 Missing and 25 partials :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2731?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/2731?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2731 +/- ## ================================================== - Coverage 69.2732% 69.2725% -0.0007% - Complexity 34769 34810 +41 ================================================== Files 1542 1543 +1 Lines 130456 130541 +85 Branches 23786 23816 +30 ================================================== + Hits 90371 90429 +58 - Misses 31962 31966 +4 - Partials 8123 8146 +23 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2731?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...ovy/groovy/typecheckers/SqlInjectionChecker.groovy](https://app.codecov.io/gh/apache/groovy/pull/2731?src=pr&el=tree&filepath=subprojects%2Fgroovy-typecheckers%2Fsrc%2Fmain%2Fgroovy%2Fgroovy%2Ftypecheckers%2FSqlInjectionChecker.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LXR5cGVjaGVja2Vycy9zcmMvbWFpbi9ncm9vdnkvZ3Jvb3Z5L3R5cGVjaGVja2Vycy9TcWxJbmplY3Rpb25DaGVja2VyLmdyb292eQ==) | `67.0588% <67.0588%> (ø)` | | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2731/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> > Add SqlInjectionChecker type checker to detect quoted GString interpolation > in SQL queries > ------------------------------------------------------------------------------------------ > > Key: GROOVY-12187 > URL: https://issues.apache.org/jira/browse/GROOVY-12187 > Project: Groovy > Issue Type: New Feature > Reporter: Paul King > Assignee: Paul King > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
