PetrDlouhy / django-admin-charts

Create beautiful configurable charts from your models and display them on the django-admin index page or on django-admin-tools dashboard. The charts are based on models and criterias defined through admin interface and some chart parameters are configurable in live view.
http://django-admin-charts.readthedocs.org/
Other
132 stars 17 forks source link

Fix33 #34

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 2 years ago

Fix issue #33

codecov-commenter commented 2 years ago

Codecov Report

Merging #34 (83c9359) into master (d54c88d) will decrease coverage by 2.53%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   93.42%   90.88%   -2.54%     
==========================================
  Files          21       23       +2     
  Lines        1278     1295      +17     
  Branches      135      129       -6     
==========================================
- Hits         1194     1177      -17     
- Misses         58       88      +30     
- Partials       26       30       +4     
Impacted Files Coverage Δ
...s/templates/admin_tools_stats/analytics_chart.html 100.00% <100.00%> (ø)
...s/templates/admin_tools_stats/chart_container.html 100.00% <100.00%> (ø)
.../templates/admin_tools_stats/chart_containers.html 100.00% <100.00%> (ø)
admin_tools_stats/tests/test_admin.py 100.00% <100.00%> (ø)
admin_tools_stats/tests/test_views.py 92.98% <0.00%> (-7.02%) :arrow_down:
admin_tools_stats/tests/tests.py 92.82% <0.00%> (-6.69%) :arrow_down:
admin_tools_stats/models.py 87.39% <0.00%> (-1.76%) :arrow_down:
admin_tools_stats/templatetags/admin_chart_tags.py 100.00% <0.00%> (+13.63%) :arrow_up:

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 d54c88d...83c9359. Read the comment docs.