alexandrialibrary / Alexandria

Alexandria is a simple little card catalogue webapp with a terribly pretentious name.
MIT License
2 stars 1 forks source link

Feature: POST /books/ #67

Closed hawkw closed 9 years ago

hawkw commented 9 years ago

This pull request fully implements the POST request for books. Closes #34

hawkw commented 9 years ago

Does @redbassett want to review this pull request, or shall I?

hawkw commented 9 years ago

I guess I'd like to hear back on #68 before this is really done.

codecov-io commented 9 years ago

Current coverage is 74.19%

Merging #67 into develop will change coverage by +2.51% by 8fd4f9c

Coverage Diff

@@            develop     #67   diff @@
=======================================
  Files             9       9       
  Stmts           339     341     +2
  Branches          1       3     +2
  Methods           0       0       
=======================================
+ Hit             243     253    +10
  Partial           0       0       
+ Missed           96      88     -8

Uncovered Suggestions

  1. +9.97% via ...dminController.scala#61...94
  2. +1.47% via .../AppController.scala#16...20
  3. +1.47% via ...lexandriaStack.scala#45...49
  4. See 7 more...

Powered by Codecov

hawkw commented 9 years ago

Coverage is still below the "water line" but this commit actually improves coverage vs. master.