FriendsOfCake / search

CakePHP: Easy model searching
MIT License
170 stars 59 forks source link

Cake 5 #335

Closed ADmad closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 82.60% and project coverage change: -2.30% :warning:

Comparison is base (d99b5c7) 92.94% compared to head (4bcf285) 90.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #335 +/- ## ============================================ - Coverage 92.94% 90.65% -2.30% + Complexity 225 222 -3 ============================================ Files 19 19 Lines 652 642 -10 ============================================ - Hits 606 582 -24 - Misses 46 60 +14 ``` | [Files Changed](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake) | Coverage Δ | | |---|---|---| | [src/Manager.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL01hbmFnZXIucGhw) | `97.77% <ø> (ø)` | | | [src/Model/Filter/Boolean.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL01vZGVsL0ZpbHRlci9Cb29sZWFuLnBocA==) | `79.16% <ø> (-20.84%)` | :arrow_down: | | [src/Model/Filter/Compare.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL01vZGVsL0ZpbHRlci9Db21wYXJlLnBocA==) | `73.33% <ø> (ø)` | | | [src/Model/Filter/Escaper/DefaultEscaper.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL01vZGVsL0ZpbHRlci9Fc2NhcGVyL0RlZmF1bHRFc2NhcGVyLnBocA==) | `100.00% <ø> (ø)` | | | [src/Model/Filter/Exists.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL01vZGVsL0ZpbHRlci9FeGlzdHMucGhw) | `79.16% <ø> (ø)` | | | [src/Model/Filter/Value.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL01vZGVsL0ZpbHRlci9WYWx1ZS5waHA=) | `81.81% <0.00%> (-15.16%)` | :arrow_down: | | [src/Processor.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL1Byb2Nlc3Nvci5waHA=) | `97.05% <ø> (ø)` | | | [src/SearchPlugin.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL1NlYXJjaFBsdWdpbi5waHA=) | `100.00% <ø> (ø)` | | | [src/View/Helper/SearchHelper.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL1ZpZXcvSGVscGVyL1NlYXJjaEhlbHBlci5waHA=) | `100.00% <ø> (ø)` | | | [src/Model/Filter/Base.php](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake#diff-c3JjL01vZGVsL0ZpbHRlci9CYXNlLnBocA==) | `92.85% <60.00%> (ø)` | | | ... and [7 more](https://app.codecov.io/gh/FriendsOfCake/search/pull/335?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FriendsOfCake) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fr3nch13 commented 1 year ago

Does this mean the master branch is CakePHP 5.x compatible?

dereuromark commented 1 year ago

You can open master composer json and check yourself: https://github.com/FriendsOfCake/search/blob/acf6cde0555383193549204ddd84de5b59460d2e/composer.json#L25