Laragear / CacheQuery

Remember your query results using only one method. Yes, only one.
https://patreon.com/packagesforlaravel
MIT License
253 stars 16 forks source link

Version 10 support #19

Closed amirsadeghi1 closed 1 year ago

amirsadeghi1 commented 1 year ago

Description

This feature/fix allows to...

Code samples

Laragear::sample();
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (3811210) compared to base (6889023). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.x #19 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 53 53 =========================================== Files 6 6 Lines 143 161 +18 =========================================== + Hits 143 161 +18 ``` | [Impacted Files](https://codecov.io/gh/Laragear/CacheQuery/pull/19?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Laragear) | Coverage Δ | | |---|---|---| | [src/CacheAwareConnectionProxy.php](https://codecov.io/gh/Laragear/CacheQuery/pull/19?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Laragear#diff-c3JjL0NhY2hlQXdhcmVDb25uZWN0aW9uUHJveHkucGhw) | `100.00% <0.00%> (ø)` | | | [src/CacheQueryServiceProvider.php](https://codecov.io/gh/Laragear/CacheQuery/pull/19?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Laragear#diff-c3JjL0NhY2hlUXVlcnlTZXJ2aWNlUHJvdmlkZXIucGhw) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Laragear). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Laragear)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

DarkGhostHunter commented 1 year ago
        php-version:
          - "8.1"
          - "8.2"
        laravel-constrain:
          - "9.*"
          - "10.*"