onyb / reobject

Python without ifs and buts - an ORM layer for Python objects, inspired by Django
Apache License 2.0
81 stars 8 forks source link

added random_queryset into QuerySet manager #14

Open agusmakmun opened 3 years ago

agusmakmun commented 3 years ago

fixed #13

codecov[bot] commented 3 years ago

Codecov Report

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

:exclamation: 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%) :arrow_down:
reobject/models/manager.py 93.93% <0.00%> (-0.10%) :arrow_down:
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.