[ https://issues.apache.org/jira/browse/TINKERPOP-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926991#comment-17926991 ]
ASF GitHub Bot commented on TINKERPOP-2966: ------------------------------------------- codecov-commenter commented on PR #3039: URL: https://github.com/apache/tinkerpop/pull/3039#issuecomment-2657895436 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/3039?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report Attention: Patch coverage is `84.61538%` with `2 lines` in your changes missing coverage. Please review. > Project coverage is 76.35%. Comparing base [(`9b46b67`)](https://app.codecov.io/gh/apache/tinkerpop/commit/9b46b6777d2fa250e41daacf2fa4554605aff53a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`8babd3e`)](https://app.codecov.io/gh/apache/tinkerpop/commit/8babd3e7f822884edfa4cd5daa17bf35bb85ebc8?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Report is 312 commits behind head on 3.7-dev. | [Files with missing lines](https://app.codecov.io/gh/apache/tinkerpop/pull/3039?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...process/traversal/translator/PythonTranslator.java](https://app.codecov.io/gh/apache/tinkerpop/pull/3039?src=pr&el=tree&filepath=gremlin-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Ftinkerpop%2Fgremlin%2Fprocess%2Ftraversal%2Ftranslator%2FPythonTranslator.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1jb3JlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS90aW5rZXJwb3AvZ3JlbWxpbi9wcm9jZXNzL3RyYXZlcnNhbC90cmFuc2xhdG9yL1B5dGhvblRyYW5zbGF0b3IuamF2YQ==) | 84.61% | [1 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/tinkerpop/pull/3039?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> ```diff @@ Coverage Diff @@ ## 3.7-dev #3039 +/- ## ============================================= + Coverage 76.14% 76.35% +0.21% - Complexity 13152 13228 +76 ============================================= Files 1084 1061 -23 Lines 65160 61567 -3593 Branches 7285 7346 +61 ============================================= - Hits 49616 47012 -2604 + Misses 12839 12033 -806 + Partials 2705 2522 -183 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/3039?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Change PythonTranslator to generate underscore based step naming > ---------------------------------------------------------------- > > Key: TINKERPOP-2966 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2966 > Project: TinkerPop > Issue Type: Improvement > Components: translator > Affects Versions: 3.5.6 > Reporter: Stephen Mallette > Priority: Minor > > The more idiomatic underscore based step naming was introduced a long time > ago but the {{PythonTranslator}}} still produces the old camelcase style. -- This message was sent by Atlassian Jira (v8.20.10#820010)