scrapinghub / js2xml

Convert Javascript code to an XML document
MIT License
186 stars 23 forks source link

CI checks: black, flake8 #52

Closed elacuesta closed 3 years ago

elacuesta commented 3 years ago

Based on #51

codecov[bot] commented 3 years ago

Codecov Report

Merging #52 (cc73f50) into master (0e1f756) will decrease coverage by 0.01%. The diff coverage is 65.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   89.60%   89.58%   -0.02%     
==========================================
  Files           6        6              
  Lines         529      528       -1     
==========================================
- Hits          474      473       -1     
  Misses         55       55              
Impacted Files Coverage Δ
js2xml/__main__.py 0.00% <0.00%> (ø)
js2xml/utils/vars.py 62.31% <40.00%> (-0.54%) :arrow_down:
js2xml/xmlvisitor.py 97.03% <84.61%> (ø)
js2xml/__init__.py 100.00% <100.00%> (ø)
js2xml/utils/objects.py 92.30% <100.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 0e1f756...cc73f50. Read the comment docs.