marksweb / django-bleach

Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
MIT License
148 stars 23 forks source link

Release/0.5.3 #10

Closed marksweb closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   98.01%   98.01%           
=======================================
  Files           5        5           
  Lines         101      101           
  Branches       18       18           
=======================================
  Hits           99       99           
  Misses          2        2
Impacted Files Coverage Δ
django_bleach/__init__.py 100% <100%> (ø) :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 e613a8d...6e67f0e. Read the comment docs.