[
https://issues.apache.org/jira/browse/TINKERPOP-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817114#comment-17817114
]
ASF GitHub Bot commented on TINKERPOP-3031:
-------------------------------------------
codecov-commenter commented on PR #2488:
URL: https://github.com/apache/tinkerpop/pull/2488#issuecomment-1942184344
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2488?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:
> Comparison is base
[(`4e8a8f9`)](https://app.codecov.io/gh/apache/tinkerpop/commit/4e8a8f95fa5237bca98de9b7b65a3a056ee44067?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
75.14% compared to head
[(`d4892ad`)](https://app.codecov.io/gh/apache/tinkerpop/pull/2488?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
75.14%.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.6-dev #2488 +/- ##
==========================================
Coverage 75.14% 75.14%
- Complexity 12344 12345 +1
==========================================
Files 1058 1058
Lines 63610 63628 +18
Branches 6962 6967 +5
==========================================
+ Hits 47798 47815 +17
- Misses 13226 13231 +5
+ Partials 2586 2582 -4
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2488?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).
> Bad translation for g.tx()
> --------------------------
>
> Key: TINKERPOP-3031
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3031
> Project: TinkerPop
> Issue Type: Bug
> Components: translator
> Affects Versions: 3.6.6
> Reporter: Stephen Mallette
> Priority: Critical
>
> Not sure if other translators are affected but {{GroovyTranslator}} doesn't
> translate {{tx()}} properly:
> {code}
> gremlin>
> GroovyTranslator.of('g').translate(org.apache.tinkerpop.gremlin.process.traversal.GraphOp.TX_ROLLBACK.bytecode).script
> ==>g.tx("rollback")
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)