[ https://issues.apache.org/jira/browse/TINKERPOP-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742612#comment-17742612 ]
ASF GitHub Bot commented on TINKERPOP-2949: ------------------------------------------- codecov-commenter commented on PR #2134: URL: https://github.com/apache/tinkerpop/pull/2134#issuecomment-1633404028 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2134?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report > Merging [#2134](https://app.codecov.io/gh/apache/tinkerpop/pull/2134?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (dd8c322) into [master](https://app.codecov.io/gh/apache/tinkerpop/commit/7c94ed923936b934de537a4019bf44202b2b97f8?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (7c94ed9) will **decrease** coverage by `4.65%`. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #2134 +/- ## ============================================ - Coverage 74.79% 70.14% -4.65% ============================================ Files 1027 24 -1003 Lines 62181 3524 -58657 Branches 6861 0 -6861 ============================================ - Hits 46507 2472 -44035 + Misses 13122 881 -12241 + Partials 2552 171 -2381 ``` [see 1003 files with indirect coverage changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2134/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) > More strict handling of predicates > ---------------------------------- > > Key: TINKERPOP-2949 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2949 > Project: TinkerPop > Issue Type: Improvement > Components: process > Affects Versions: 3.7.0 > Reporter: Valentyn Kahamlyk > Priority: Critical > > P, TextP, ConnectiveP now accept arbitrary `biPredicate` as argument, which > can lead to serialization problems. Introduce new interface over > `biPredicate` to make predicate naming more strict -- This message was sent by Atlassian Jira (v8.20.10#820010)