[ https://issues.apache.org/jira/browse/TINKERPOP-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791070#comment-17791070 ]
ASF GitHub Bot commented on TINKERPOP-3017: ------------------------------------------- codecov-commenter commented on PR #2366: URL: https://github.com/apache/tinkerpop/pull/2366#issuecomment-1831847299 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2366?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 [(`e0f6ada`)](https://app.codecov.io/gh/apache/tinkerpop/commit/e0f6ada5c8f1e484e2ebd05f0b36d65dbf37cecf?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 76.17% compared to head [(`9c526f2`)](https://app.codecov.io/gh/apache/tinkerpop/pull/2366?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 71.01%. <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #2366 +/- ## ============================================ - Coverage 76.17% 71.01% -5.16% ============================================ Files 1083 25 -1058 Lines 65001 3944 -61057 Branches 7259 0 -7259 ============================================ - Hits 49517 2801 -46716 + Misses 12788 952 -11836 + Partials 2696 191 -2505 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2366?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). > Simplify TraversalSource creation from AnonymousTraversalSource > --------------------------------------------------------------- > > Key: TINKERPOP-3017 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3017 > Project: TinkerPop > Issue Type: Improvement > Components: process > Affects Versions: 3.6.5 > Reporter: Stephen Mallette > Priority: Major > Labels: breaking > > Currently {{traversal()}} makes the user choose {{withRemote()}} or > {{withEmbedded()}}. We could simplify by just making it {{with()}} and > deprecating the old stuff. Also remove the long deprecated {{withGraph()}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)