leonard-thieu / toofz-services-core

Common code used by toofz Services.
https://crypt.toofz.com/
MIT License
0 stars 0 forks source link

Remove OnStartOverride() #14

Closed leonard-thieu closed 7 years ago

leonard-thieu commented 7 years ago

Remove OnStartOverride(). Consumers should override OnStart(args) instead and call base.OnStart(args) after performing initialization.

codecov-io commented 7 years ago

Codecov Report

Merging #14 into master will increase coverage by 6.22%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   45.34%   51.57%   +6.22%     
==========================================
  Files           6        5       -1     
  Lines         172      159      -13     
  Branches       23       18       -5     
==========================================
+ Hits           78       82       +4     
+ Misses         93       76      -17     
  Partials        1        1
Impacted Files Coverage Δ
toofz.Services/WorkerRoleBase.cs 8.88% <ø> (+8.88%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 33e6f95...a259e50. Read the comment docs.