[ https://issues.apache.org/jira/browse/TINKERPOP-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17748874#comment-17748874 ]
ASF GitHub Bot commented on TINKERPOP-2802: ------------------------------------------- codecov-commenter commented on PR #2174: URL: https://github.com/apache/tinkerpop/pull/2174#issuecomment-1657005001 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2174?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report > Merging [#2174](https://app.codecov.io/gh/apache/tinkerpop/pull/2174?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (7a23108) into [master](https://app.codecov.io/gh/apache/tinkerpop/commit/d70aa4ed5f3046ceaf30ca9530031e321ce5bf4f?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (d70aa4e) will **decrease** coverage by `5.13%`. > Report is 4 commits behind head on master. > The diff coverage is `88.46%`. ```diff @@ Coverage Diff @@ ## master #2174 +/- ## ============================================ - Coverage 75.80% 70.67% -5.13% ============================================ Files 1039 24 -1015 Lines 63526 3567 -59959 Branches 7044 0 -7044 ============================================ - Hits 48153 2521 -45632 + Misses 12762 877 -11885 + Partials 2611 169 -2442 ``` | [Files Changed](https://app.codecov.io/gh/apache/tinkerpop/pull/2174?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [gremlin-go/driver/error\_codes.go](https://app.codecov.io/gh/apache/tinkerpop/pull/2174?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1nby9kcml2ZXIvZXJyb3JfY29kZXMuZ28=) | `100.00% <ø> (ø)` | | | [gremlin-go/driver/graphBinary.go](https://app.codecov.io/gh/apache/tinkerpop/pull/2174?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1nby9kcml2ZXIvZ3JhcGhCaW5hcnkuZ28=) | `55.02% <78.57%> (+0.96%)` | :arrow_up: | | [gremlin-go/driver/serializer.go](https://app.codecov.io/gh/apache/tinkerpop/pull/2174?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1nby9kcml2ZXIvc2VyaWFsaXplci5nbw==) | `67.28% <100.00%> (+3.37%)` | :arrow_up: | ... and [1015 files with indirect coverage changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2174/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) > Support Adding Custom Serializer for Gremlin Go > ----------------------------------------------- > > Key: TINKERPOP-2802 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2802 > Project: TinkerPop > Issue Type: Improvement > Components: go > Affects Versions: 3.6.2 > Reporter: Yang Xia > Priority: Major > > To enable mechanisms to add custom serializers in the Go driver, for > compatibility with database specific types outside of TinkerPop, such as the > JanusGraph RelationIdentifier. -- This message was sent by Atlassian Jira (v8.20.10#820010)