scrapinghub / frontera

A scalable frontier for web crawlers
BSD 3-Clause "New" or "Revised" License
1.29k stars 215 forks source link

Use absolute imports #380

Closed suzil closed 4 years ago

suzil commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #380 into master will decrease coverage by 0.04%. The diff coverage is 78.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
- Coverage    60.3%   60.26%   -0.05%     
==========================================
  Files          78       78              
  Lines        6145     6145              
  Branches      809      809              
==========================================
- Hits         3706     3703       -3     
- Misses       2265     2268       +3     
  Partials      174      174
Impacted Files Coverage Δ
frontera/utils/graphs/__init__.py 100% <ø> (ø) :arrow_up:
frontera/utils/graphs/generate_diagrams.py 0% <0%> (ø) :arrow_up:
frontera/contrib/messagebus/zeromq/broker.py 0% <0%> (ø) :arrow_up:
frontera/contrib/requests/manager.py 0% <0%> (ø) :arrow_up:
frontera/settings/__init__.py 88% <100%> (ø) :arrow_up:
frontera/worker/db.py 52.72% <100%> (ø) :arrow_up:
frontera/contrib/canonicalsolvers/__init__.py 100% <100%> (ø) :arrow_up:
frontera/worker/components/incoming_consumer.py 65.43% <100%> (ø) :arrow_up:
frontera/contrib/scrapy/manager.py 100% <100%> (ø) :arrow_up:
frontera/utils/managers.py 75% <100%> (ø) :arrow_up:
... and 8 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 b98accd...fb0bb8f. Read the comment docs.

sibiryakov commented 4 years ago

Conflict @suzil

suzil commented 4 years ago

Fixed now @sibiryakov

suzil commented 4 years ago

closing due to no response