makinacorpus / django-mapentity

Generic CRUD for geographic data
https://django-mapentity.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
42 stars 20 forks source link

Paginate list geotrek integration #231

Closed submarcos closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #231 (7a14dd8) into master (975caf9) will decrease coverage by 1.02%. The diff coverage is 87.31%.

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
- Coverage   89.26%   88.24%   -1.03%     
==========================================
  Files          27       29       +2     
  Lines        2134     2203      +69     
==========================================
+ Hits         1905     1944      +39     
- Misses        229      259      +30     
Impacted Files Coverage Δ
mapentity/views/api.py 83.56% <71.79%> (-16.44%) :arrow_down:
mapentity/serializers/fields.py 75.00% <75.00%> (ø)
mapentity/views/logentry.py 94.44% <88.23%> (-5.56%) :arrow_down:
mapentity/__init__.py 100.00% <100.00%> (ø)
mapentity/filters.py 96.55% <100.00%> (+0.83%) :arrow_up:
mapentity/models.py 82.75% <100.00%> (-0.99%) :arrow_down:
mapentity/pagination.py 100.00% <100.00%> (ø)
mapentity/registry.py 95.76% <100.00%> (-1.06%) :arrow_down:
mapentity/serializers/__init__.py 100.00% <100.00%> (ø)
mapentity/serializers/datatables.py 100.00% <100.00%> (+13.33%) :arrow_up:
... and 10 more

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 975caf9...7a14dd8. Read the comment docs.