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

ci: Fix bleach requirement #54

Closed marksweb closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #54 (17da292) into main (1b0a658) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #54   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           86        86           
  Branches        19        19           
=========================================
  Hits            86        86           

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 793a129...17da292. Read the comment docs.