lenarother / django-critical-css

This package helps to optimize the critical rendering path for django websites
MIT License
3 stars 1 forks source link

Feature/penthouse backend #3

Closed lenarother closed 5 years ago

lenarother commented 5 years ago

Hallo @stephrdev ,

if you have some time, please have a look at this code - I would like to prepare a release and use it with moccu website (instead of keeping critical code inside moccu page).

LG, Magda

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@d9267ca). Click here to learn what that means. The diff coverage is 84.3%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master      #3   +/-   ##
========================================
  Coverage          ?   84.3%           
========================================
  Files             ?      11           
  Lines             ?     172           
  Branches          ?      13           
========================================
  Hits              ?     145           
  Misses            ?      25           
  Partials          ?       2
Impacted Files Coverage Δ
critical/migrations/0001_initial.py 0% <0%> (ø)
critical/signals/handlers.py 0% <0%> (ø)
critical/tasks.py 100% <100%> (ø)
critical/services.py 100% <100%> (ø)
critical/admin.py 100% <100%> (ø)
critical/management/commands/empty_critical_css.py 100% <100%> (ø)
critical/api.py 100% <100%> (ø)
critical/exceptions.py 100% <100%> (ø)
critical/templatetags/critical_tags.py 100% <100%> (ø)
critical/models.py 100% <100%> (ø)
... and 1 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 d9267ca...7c35610. Read the comment docs.