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

Execute coverage from top level directory #58

Closed Laityned closed 2 years ago

Laityned commented 2 years ago

Description

Describe:

Update deprecated codecov uploader v1 to v2 & fix incorrect reporting of codecov.

References

20

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (303dc8c) into main (3b57e88) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         5    +2     
  Lines          100       133   +33     
  Branches        23        29    +6     
=========================================
+ Hits           100       133   +33     
Impacted Files Coverage Δ
__init__.py
forms.py
models.py
django_bleach/templatetags/bleach_tags.py 100.00% <0.00%> (ø)
django_bleach/__init__.py 100.00% <0.00%> (ø)
django_bleach/models.py 100.00% <0.00%> (ø)
django_bleach/forms.py 100.00% <0.00%> (ø)
django_bleach/utils.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 3b57e88...303dc8c. Read the comment docs.