zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
118 stars 16 forks source link

loads additional flyway configuration before migration #106

Closed yuenking closed 7 years ago

yuenking commented 7 years ago

I've added the features to import configuration for flyway.

codecov-io commented 7 years ago

Current coverage is 68.31% (diff: 63.63%)

Merging #106 into master will increase coverage by 0.01%

@@             master       #106   diff @@
==========================================
  Files            18         18          
  Lines           880        890    +10   
  Methods           0          0          
  Messages          0          0          
  Branches         44         46     +2   
==========================================
+ Hits            601        608     +7   
- Misses          235        236     +1   
- Partials         44         46     +2   

Powered by Codecov. Last update 2c9f310...985a1b3

dryewo commented 7 years ago

👍

sebastianpoeplau commented 7 years ago

👍

LappleApple commented 7 years ago

Hi @dryewo, do you know when you might merge @yuenking's PR?