Sinderella / epherousa

1 stars 0 forks source link

Implement simple SIGINT handler #45

Closed Sinderella closed 7 years ago

Sinderella commented 7 years ago

See if you like it, if so closes #34?

Sinderella commented 7 years ago

Current coverage is 63.40% (diff: 100%)

Merging #45 into master will increase coverage by 0.26%

@@             master        #45   diff @@
==========================================
  Files            12         12          
  Lines           548        552     +4   
  Methods           0          0          
  Messages          0          0          
  Branches         87         87          
==========================================
+ Hits            346        350     +4   
  Misses          175        175          
  Partials         27         27          

Powered by Codecov. Last update 673938f...28b2ab2

ngkogkos commented 7 years ago

Changed the SIGINT messages a bit, but other than that it seems like it works ok? I am not sure if it catches the SIGINT in each case, but what can you do about this :)

So when you see this just merge it.