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 /authors/ route #72

Closed hawkw closed 9 years ago

hawkw commented 9 years ago

This adds support for POSTing authors into the database.

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

codecov-io commented 9 years ago

Current coverage is 72.49%

Merging #72 into develop will change coverage by +0.81% by b0eea28

Coverage Diff

@@            develop     #72   diff @@
=======================================
  Files             9       9       
  Stmts           339     349    +10
  Branches          1       3     +2
  Methods           0       0       
=======================================
+ Hit             243     253    +10
  Partial           0       0       
  Missed           96      96       

Uncovered Suggestions

  1. +9.74% via ...dminController.scala#61...94
  2. +1.72% via .../APIController.scala#178...183
  3. +1.44% via .../AppController.scala#16...20
  4. See 7 more...

Powered by Codecov