[ https://issues.apache.org/jira/browse/TINKERPOP-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700336#comment-17700336 ]
ASF GitHub Bot commented on TINKERPOP-2747: ------------------------------------------- codecov-commenter commented on PR #1989: URL: https://github.com/apache/tinkerpop/pull/1989#issuecomment-1468648680 ## [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report > Merging [#1989](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8d3343c) into [3.5-dev](https://codecov.io/gh/apache/tinkerpop/commit/95915dc855ce15b088b41a3b89128f6edebdce91?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (95915dc) will **increase** coverage by `0.06%`. > The diff coverage is `77.27%`. ```diff @@ Coverage Diff @@ ## 3.5-dev #1989 +/- ## ============================================= + Coverage 69.28% 69.34% +0.06% - Complexity 8944 8954 +10 ============================================= Files 866 866 Lines 41166 41177 +11 Branches 5423 5423 ============================================= + Hits 28523 28556 +33 + Misses 10731 10707 -24 - Partials 1912 1914 +2 ``` | [Impacted Files](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | | |---|---|---| | [gremlin-go/driver/client.go](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvY2xpZW50Lmdv) | `80.80% <ø> (ø)` | | | [gremlin-go/driver/connection.go](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvY29ubmVjdGlvbi5nbw==) | `77.77% <ø> (ø)` | | | [gremlin-go/driver/driverRemoteConnection.go](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvZHJpdmVyUmVtb3RlQ29ubmVjdGlvbi5nbw==) | `85.10% <ø> (ø)` | | | [gremlin-go/driver/authInfo.go](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvYXV0aEluZm8uZ28=) | `68.18% <61.53%> (-15.16%)` | :arrow_down: | | [gremlin-go/driver/gorillaTransporter.go](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvZ29yaWxsYVRyYW5zcG9ydGVyLmdv) | `69.29% <100.00%> (+1.11%)` | :arrow_up: | | [gremlin-go/driver/protocol.go](https://codecov.io/gh/apache/tinkerpop/pull/1989?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvcHJvdG9jb2wuZ28=) | `65.60% <100.00%> (-0.81%)` | :arrow_down: | ... and [9 files with indirect coverage changes](https://codecov.io/gh/apache/tinkerpop/pull/1989/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) :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=The+Apache+Software+Foundation) > Add function callback hooks for gremlin-go authentication > --------------------------------------------------------- > > Key: TINKERPOP-2747 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2747 > Project: TinkerPop > Issue Type: Improvement > Components: go > Reporter: Lyndon Bauto > Priority: Major > > Gremlin Go currently supports custom authentication headers. > > For long running connections that reconnect over time, these headers can > expire. > > We should allow injection of a function pointer to generate the header. -- This message was sent by Atlassian Jira (v8.20.10#820010)