Tinkoff / Horarium

Horarium is the .Net library to manage background jobs
Apache License 2.0
56 stars 12 forks source link

fix issue with drop recurrent jobs issue-17 #44

Closed Bobreshovr closed 1 year ago

Bobreshovr commented 3 years ago

fix for #17

codecov-io commented 3 years ago

Codecov Report

Merging #44 (727fa23) into master (e46daa4) will decrease coverage by 0.69%. The diff coverage is 39.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
- Coverage   69.85%   69.16%   -0.70%     
==========================================
  Files          32       32              
  Lines         909      921      +12     
==========================================
+ Hits          635      637       +2     
- Misses        274      284      +10     
Impacted Files Coverage Δ
src/Horarium.Mongo/MongoRepository.cs 6.48% <0.00%> (-0.67%) :arrow_down:
...Horarium/Builders/Recurrent/RecurrentJobBuilder.cs 89.47% <100.00%> (-1.84%) :arrow_down:
src/Horarium/Handlers/ExecutorJob.cs 100.00% <100.00%> (ø)
src/Horarium/Utils.cs 100.00% <100.00%> (ø)

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 e46daa4...727fa23. Read the comment docs.

johnstoletov commented 1 year ago

solved in #61