15five / scim2-filter-parser

A customizable parser/transpiler for SCIM2.0 filters
Other
23 stars 8 forks source link

Add Django Q object #9

Closed treussart closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.68%. The diff coverage is 93.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   90.25%   90.94%   +0.68%     
==========================================
  Files           6        7       +1     
  Lines         462      585     +123     
  Branches       53       83      +30     
==========================================
+ Hits          417      532     +115     
- Misses         23       26       +3     
- Partials       22       27       +5
Impacted Files Coverage Δ
src/scim2_filter_parser/parser.py 87.71% <100%> (ø) :arrow_up:
...scim2_filter_parser/transpilers/django_q_object.py 93.49% <93.49%> (ø)

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 1e13a07...6d9792d. Read the comment docs.

logston commented 4 years ago

Fantastic work here @treussart. Sorry it took so long to get it into master.

treussart commented 4 years ago

Can you update on pypi ?