django-cms / djangocms-history

Provides undo/redo functionality for django CMS operations
https://www.django-cms.org
Other
28 stars 13 forks source link

Addon code alignments #27

Closed FinalAngel closed 5 years ago

FinalAngel commented 5 years ago

General

Tests

Internal

codecov-io commented 5 years ago

Codecov Report

Merging #27 into master will decrease coverage by 0.14%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage      33%   32.86%   -0.15%     
==========================================
  Files          16       16              
  Lines         718      712       -6     
  Branches       71       71              
==========================================
- Hits          237      234       -3     
+ Misses        481      478       -3
Impacted Files Coverage Δ
djangocms_history/cms_plugins.py 100% <ø> (ø) :arrow_up:
djangocms_history/views.py 42.1% <ø> (ø) :arrow_up:
djangocms_history/forms.py 100% <ø> (ø) :arrow_up:
djangocms_history/action_handlers.py 22.36% <ø> (ø) :arrow_up:
djangocms_history/operation_handlers.py 19.83% <ø> (ø) :arrow_up:
djangocms_history/actions.py 100% <ø> (ø) :arrow_up:
djangocms_history/datastructures.py 50% <ø> (ø) :arrow_up:
djangocms_history/compat.py 100% <ø> (ø) :arrow_up:
djangocms_history/signals.py 100% <ø> (ø) :arrow_up:
djangocms_history/helpers.py 30.76% <ø> (ø) :arrow_up:
... and 5 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 2ce6366...45b923b. Read the comment docs.