[ https://issues.apache.org/jira/browse/TINKERPOP-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934108#comment-17934108 ]
ASF GitHub Bot commented on TINKERPOP-3139: ------------------------------------------- codecov-commenter commented on PR #3069: URL: https://github.com/apache/tinkerpop/pull/3069#issuecomment-2712777867 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/3069?dropdown=coverage&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: > Project coverage is 76.35%. Comparing base [(`9b46b67`)](https://app.codecov.io/gh/apache/tinkerpop/commit/9b46b6777d2fa250e41daacf2fa4554605aff53a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`73e96a2`)](https://app.codecov.io/gh/apache/tinkerpop/commit/73e96a2f287d112591f9ca47728a1c7870e0162c?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Report is 320 commits behind head on 3.7-dev. <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## 3.7-dev #3069 +/- ## ============================================= + Coverage 76.14% 76.35% +0.21% - Complexity 13152 13225 +73 ============================================= Files 1084 1061 -23 Lines 65160 61563 -3597 Branches 7285 7345 +60 ============================================= - Hits 49616 47007 -2609 + Misses 12839 12032 -807 + Partials 2705 2524 -181 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/3069?dropdown=coverage&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). <details><summary>🚀 New features to boost your workflow: </summary> - ❄ [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. - 📦 [JS Bundle Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save yourself from yourself by tracking and limiting bundle sizes in JS merges. </details> > IndexStep serialization > ----------------------- > > Key: TINKERPOP-3139 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3139 > Project: TinkerPop > Issue Type: Bug > Components: process > Affects Versions: 3.7.3 > Reporter: Valentyn Kahamlyk > Priority: Minor > > All TinkerPop steps should be `Serializable`, but `IndexStep` is not because > contains not serializable > {code:java} > private Function<Iterator<?>, Object> indexer;{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)