[
https://issues.apache.org/jira/browse/TINKERPOP-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817563#comment-17817563
]
ASF GitHub Bot commented on TINKERPOP-3054:
-------------------------------------------
codecov-commenter commented on PR #2494:
URL: https://github.com/apache/tinkerpop/pull/2494#issuecomment-1945138647
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2494?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
[(`c7f3d24`)](https://app.codecov.io/gh/apache/tinkerpop/commit/c7f3d2454a654cea57c2a99077d859b115fec4c3?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
75.15% compared to head
[(`e6be164`)](https://app.codecov.io/gh/apache/tinkerpop/pull/2494?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
75.39%.
> Report is 8 commits behind head on 3.6-dev.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.6-dev #2494 +/- ##
=============================================
+ Coverage 75.15% 75.39% +0.23%
+ Complexity 12351 12346 -5
=============================================
Files 1058 1033 -25
Lines 63610 59838 -3772
Branches 6962 6962
=============================================
- Hits 47806 45113 -2693
+ Misses 13224 12329 -895
+ Partials 2580 2396 -184
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2494?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).
> RequestId serialization broken in Python GLV
> --------------------------------------------
>
> Key: TINKERPOP-3054
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3054
> Project: TinkerPop
> Issue Type: Bug
> Components: python
> Affects Versions: 3.6.6, 3.7.1
> Reporter: Valentyn Kahamlyk
> Priority: Blocker
>
> `g.with_('requestId', uuid.uuid1()).V().count().toList()`
> failed with error `AttributeError: 'UUID' object has no attribute 'replace'`
> in line
> `uuid.UUID(request_id) # Checks for proper UUID or else server will return an
> error.`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)