scrapinghub / js2xml

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

Disable writing tab files and properly set ERROR logging level #23

Closed redapple closed 7 years ago

redapple commented 7 years ago

This also updates *tab.py files to PLY 3.10 production.

This should at last fix https://github.com/scrapinghub/js2xml/issues/9

codecov-io commented 7 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.01%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   90.53%   90.54%   +0.01%     
==========================================
  Files           9        9              
  Lines         655      656       +1     
==========================================
+ Hits          593      594       +1     
  Misses         62       62
Impacted Files Coverage Δ
js2xml/yacctab.py 0% <ø> (ø) :arrow_up:
js2xml/lextab.py 0% <0%> (ø) :arrow_up:
js2xml/parser.py 100% <100%> (ø) :arrow_up:
js2xml/log.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 907af66...c58e197. Read the comment docs.