Hamuko / cum

comic updater, mangafied
Apache License 2.0
170 stars 15 forks source link

Add a configuration checker #42

Closed CounterPillow closed 7 years ago

CounterPillow commented 7 years ago

Essentially, this adds some logic to catch parsing exceptions when reading malformed JSON files, and then presents them as user-friendly error messages.

codecov-io commented 7 years ago

Codecov Report

Merging #42 into master will decrease coverage by 0.42%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   97.58%   97.16%   -0.43%     
==========================================
  Files          16       16              
  Lines        1492     1517      +25     
==========================================
+ Hits         1456     1474      +18     
- Misses         36       43       +7
Impacted Files Coverage Δ
cum/cum.py 98.56% <100%> (+0.02%) :white_check_mark:
cum/output.py 98.24% <100%> (+0.32%) :white_check_mark:
cum/config.py 97.01% <100%> (+0.26%) :white_check_mark:
cum/scrapers/batoto.py 89.92% <0%> (-5.43%) :x:

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 d100985...5f41fef. Read the comment docs.