ozimov / spring-boot-email-tools

A set of services and tools for sending emails in a Spring Boot 1.5.x application using a Template Engine
Apache License 2.0
195 stars 95 forks source link

Added schedule method with default time #46

Closed robertotru closed 7 years ago

robertotru commented 7 years ago

Minor changes to the SchedulerService interface.

codecov-io commented 7 years ago

Codecov Report

Merging #46 into master will increase coverage by 0.16%. The diff coverage is 57.14%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #46      +/-   ##
============================================
+ Coverage      84.6%   84.76%   +0.16%     
- Complexity      258      263       +5     
============================================
  Files            27       27              
  Lines           851      860       +9     
  Branches        111      110       -1     
============================================
+ Hits            720      729       +9     
  Misses           55       55              
  Partials         76       76
Impacted Files Coverage Δ Complexity Δ
...imov/springboot/mail/service/SchedulerService.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...ice/defaultimpl/PriorityQueueSchedulerService.java 81.41% <57.14%> (+0.64%) 54 <4> (+5) :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 25ead33...35be02d. Read the comment docs.