arranbartish / angular-cli-seed

angular2 with angular-cli
MIT License
6 stars 5 forks source link

Feature/create housing feature #27

Closed arranbartish closed 7 years ago

arranbartish commented 7 years ago

Add new housing feature to make the listing POC richer.

kind of like a gumtree or kijiji idea.

codecov[bot] commented 7 years ago

Codecov Report

Merging #27 into master will decrease coverage by 0.29%. The diff coverage is 98%.

@@            Coverage Diff            @@
##           master      #27     +/-   ##
=========================================
- Coverage   98.77%   98.48%   -0.3%     
=========================================
  Files          21       31     +10     
  Lines         245      395    +150     
  Branches        9       14      +5     
=========================================
+ Hits          242      389    +147     
- Misses          2        4      +2     
- Partials        1        2      +1
Impacted Files Coverage Δ
src/app/app.component.ts 100% <ø> (ø) :arrow_up:
src/app/housing/actions/housing.ts 100% <100%> (ø)
src/app/housing/guards/house-listing.ts 100% <100%> (ø)
...pp/housing/containers/listing/listing.component.ts 100% <100%> (ø)
src/app/housing/reducers/term.reducer.ts 100% <100%> (ø)
...pp/housing/components/list/house-list.component.ts 100% <100%> (ø)
src/app/housing/reducers/houses.reducer.ts 100% <100%> (ø)
src/app/housing/housing.module.ts 100% <100%> (ø)
src/app/housing/service/house.service.ts 93.33% <93.33%> (ø)
src/app/housing/effects/housing.ts 95% <95%> (ø)
... and 11 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 4760c15...1973e94. Read the comment docs.