leonard-thieu / toofz-services-core

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

Change WorkerRoleBase to require the settings object #12

Closed leonard-thieu closed 7 years ago

leonard-thieu commented 7 years ago

Change WorkerRoleBase to require the settings object instead of specific settings. WorkerRoleBase will also reload settings before the beginning of each cycle.

codecov-io commented 7 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #12   +/-   ##
======================================
  Coverage    43.1%   43.1%           
======================================
  Files           5       5           
  Lines         174     174           
  Branches       24      24           
======================================
  Hits           75      75           
  Misses         96      96           
  Partials        3       3
Impacted Files Coverage Δ
toofz.Services/Application.cs 0% <ø> (ø) :arrow_up:
toofz.Services/WorkerRoleBase.Designer.cs 0% <ø> (ø) :arrow_up:
toofz.Services/WorkerRoleBase.cs 0% <0%> (ø) :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 c2461e3...bbea09d. Read the comment docs.