Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(count): fixed 0 values caching for count operations #79

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

arqo123
Copy link
Owner

@arqo123 arqo123 commented Mar 9, 2024

No description provided.

@arqo123 arqo123 linked an issue Mar 9, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 90.78%. Comparing base (76cefef) to head (06ea92f).
Report is 1 commits behind head on master.

Files Patch % Lines
src/extendAggregate.ts 0.00% 0 Missing and 1 partial ⚠️
src/extendQuery.ts 0.00% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   90.78%   90.78%           
=======================================
  Files          27       27           
  Lines         597      597           
  Branches      127      127           
=======================================
  Hits          542      542           
  Misses         50       50           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arqo123 arqo123 merged commit fbc53ec into master Mar 9, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Count method returns undefined
2 participants