otosky / medium_stats

Command Line and Python tool for Scraping Your Medium Stats
GNU General Public License v3.0
20 stars 5 forks source link

type-hints and restructure scraper module #9

Open otosky opened 3 years ago

otosky commented 3 years ago

todo:

codecov-commenter commented 2 years ago

Codecov Report

Merging #9 (5a97fe2) into master (4af40ea) will increase coverage by 35.89%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           master        #9       +/-   ##
============================================
+ Coverage   64.10%   100.00%   +35.89%     
============================================
  Files           4        12        +8     
  Lines         312       332       +20     
============================================
+ Hits          200       332      +132     
+ Misses        112         0      -112     
Impacted Files Coverage Δ
medium_stats/__init__.py 100.00% <100.00%> (ø)
medium_stats/cli/core.py 100.00% <100.00%> (ø)
medium_stats/cli/main.py 100.00% <100.00%> (ø)
medium_stats/cli/publication.py 100.00% <100.00%> (ø)
medium_stats/cli/user.py 100.00% <100.00%> (ø)
medium_stats/config.py 100.00% <100.00%> (ø)
medium_stats/scraper/__init__.py 100.00% <100.00%> (ø)
medium_stats/scraper/base.py 100.00% <100.00%> (ø)
medium_stats/scraper/publication.py 100.00% <100.00%> (ø)
medium_stats/scraper/queries.py 100.00% <100.00%> (ø)
... and 3 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more