deis / router

Edge router for Deis Workflow
https://deis.com
MIT License
80 stars 57 forks source link

tests(model): add test coverage for model #276

Closed ultimateboy closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 58.19% (diff: 100%)

Merging #276 into master will increase coverage by 11.79%

@@             master       #276   diff @@
==========================================
  Files             3          4     +1   
  Lines           306        311     +5   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            142        181    +39   
+ Misses          160        121    -39   
- Partials          4          9     +5   

Powered by Codecov. Last update 9a0d3c8...d955a62

ultimateboy commented 8 years ago

Before:

ok      github.com/deis/router/model    0.056s  coverage: 5.9% of statements
?       github.com/deis/router/utils    [no test files]

After:

ok      github.com/deis/router/model    0.070s  coverage: 29.4% of statements
ok      github.com/deis/router/utils    0.006s  coverage: 100.0% of statements
krancour commented 8 years ago

Awesome work on this!