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

Github actions #18

Closed marksweb closed 3 years ago

marksweb commented 3 years ago

Switch to github actions

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (6aee7f2) into master (0c9cf5c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         2    -3     
  Lines          103        49   -54     
  Branches        20         8   -12     
=========================================
- Hits           103        49   -54     
Impacted Files Coverage Δ
django_bleach/templatetags/bleach_tags.py
django_bleach/__init__.py
django_bleach/models.py
django_bleach/utils.py
django_bleach/forms.py
__init__.py 100.00% <0.00%> (ø)
forms.py 100.00% <0.00%> (ø)

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 0c9cf5c...6aee7f2. Read the comment docs.