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

added random_queryset into QuerySet manager #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

agusmakmun
Copy link

fixed #13

fix added int as default type or None
added `random_queryset` docs.
@codecov
Copy link

codecov bot commented May 26, 2021

Codecov Report

Merging #14 (b56d7a8) into master (76b422a) will decrease coverage by 0.54%.
The diff coverage is 50.00%.

❗ Current head b56d7a8 differs from pull request most recent head a7689bb. Consider uploading reports for the commit a7689bb to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   97.27%   96.73%   -0.55%     
==========================================
  Files          13       13              
  Lines         367      367              
==========================================
- Hits          357      355       -2     
- Misses         10       12       +2     
Impacted Files Coverage Δ
reobject/query/queryset.py 96.46% <50.00%> (-1.74%) ⬇️
reobject/models/manager.py 93.93% <0.00%> (-0.10%) ⬇️
reobject/models/model.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76b422a...a7689bb. Read the comment docs.

Added test for random_queryset manager
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.

Doesn't support with random objects, order_by('?')
1 participant