RackSec / desdemona

Data-backed security operations
Eclipse Public License 1.0
2 stars 7 forks source link

Simplify launch prod peers #96

Closed lvh closed 8 years ago

lvh commented 8 years ago

This builds on top of #95. It does not add the tests that I wanted to add, but it does make it a little bit cleaner. I stopped here, because I think the way forward is to merge the launcher code into one namespace, as #95 does with the single run.sh.

codecov-io commented 8 years ago

Current coverage is 84.37%

Merging #96 into master will increase coverage by +4.28% as of 5bdccac

@@            master     #96   diff @@
======================================
  Files           17      17       
  Stmts          201     192     -9
  Branches         6       6       
  Methods          0       0       
======================================
+ Hit            161     162     +1
  Partial          6       6       
+ Missed          34      24    -10

Review entire Coverage Diff as of 5bdccac

Powered by Codecov. Updated on successful CI builds.

derwolfe commented 8 years ago

Modulo my single comment, which is entirely optional, I think this is ready to go. :-).

lvh commented 8 years ago

Thanks @derwolfe!