realreality / reality-plugin

Real reality chrome plugin
Apache License 2.0
8 stars 2 forks source link

fix: Remove price per m2 from rental ads #76

Closed vire closed 7 years ago

vire commented 7 years ago

Added logic to check if ad is type of RENT and when yes omit price per m2 extraction

Removed location.hostname passing from contentscript to sites

Small refactorings

Fixes #74

codecov-io commented 7 years ago

Codecov Report

Merging #76 into master will increase coverage by 4.25%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   15.05%   19.31%   +4.25%     
==========================================
  Files          14       14              
  Lines         352      378      +26     
  Branches       45       51       +6     
==========================================
+ Hits           53       73      +20     
- Misses        299      305       +6
Impacted Files Coverage Δ
src/js/contentscript.js 0% <0%> (ø) :arrow_up:
src/js/utils.js 0% <0%> (ø) :arrow_up:
src/js/sites/fixtures/index.js 90.41% <0%> (ø)

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 2afd012...811ca4f. Read the comment docs.

vire commented 7 years ago

Fixed by PR#78