marcosschroh / pyinstamation

Easy to use, config oriented, instagram bot, written in python 3
GNU General Public License v3.0
11 stars 2 forks source link

[NEW] Test scrapper #13

Closed woile closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #13 into master will decrease coverage by 4.1%. The diff coverage is 62.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   80.26%   76.16%   -4.11%     
==========================================
  Files          20       12       -8     
  Lines        1054      667     -387     
==========================================
- Hits          846      508     -338     
+ Misses        208      159      -49
Impacted Files Coverage Δ
pyinstamation/__main__.py 0% <0%> (ø) :arrow_up:
pyinstamation/scrapper/instagram_const.py 100% <100%> (ø) :arrow_up:
pyinstamation/controller.py 100% <100%> (ø) :arrow_up:
pyinstamation/comments.py 100% <100%> (ø) :arrow_up:
pyinstamation/scrapper/insta_scrapper.py 57.74% <36%> (+39.49%) :arrow_up:
pyinstamation/bot.py 75.59% <45.45%> (-0.21%) :arrow_down:
pyinstamation/scrapper/utils.py 94.11% <83.33%> (-5.89%) :arrow_down:
pyinstamation/scrapper/base.py 98.5% <94.73%> (-1.5%) :arrow_down:
tests/test_config.py
tests/test_comments.py
... and 4 more

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 695925d...46786ba. Read the comment docs.