openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
18 stars 16 forks source link

Ensure filename in StaticArticle is not None #76

Closed satyamtg closed 3 years ago

satyamtg commented 3 years ago

Fixes #69 by not setting filename as None in StaticArticle object in add_binary()

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (9972ba8) into master (f3d51ed) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          997       997           
=========================================
  Hits           997       997           
Impacted Files Coverage Δ
src/zimscraperlib/zim/creator.py 100.00% <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 f3d51ed...9972ba8. Read the comment docs.