Closed leonard-thieu closed 7 years ago
Merging #12 into master will not change coverage. The diff coverage is
0%
.
@@ 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.
Change
WorkerRoleBase
to require the settings object instead of specific settings.WorkerRoleBase
will also reload settings before the beginning of each cycle.