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

Feature/email log anonymizer #47

Closed robertotru closed 7 years ago

robertotru commented 7 years ago

Pull request that resolves issue #35

codecov-io commented 7 years ago

Codecov Report

Merging #47 into master will decrease coverage by 2.83%. The diff coverage is 70.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #47      +/-   ##
============================================
- Coverage      84.3%   81.46%   -2.84%     
- Complexity      261      362     +101     
============================================
  Files            27       33       +6     
  Lines           860     1171     +311     
  Branches        110      189      +79     
============================================
+ Hits            725      954     +229     
- Misses           57       71      +14     
- Partials         78      146      +68
Impacted Files Coverage Δ Complexity Δ
...ava/it/ozimov/springboot/mail/utils/TimeUtils.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
.../ozimov/springboot/mail/service/ServiceStatus.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...ngboot/mail/configuration/SchedulerProperties.java 93.33% <ø> (ø) 20 <0> (?)
...configuration/EmailRedisTemplateConfiguration.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...ingboot/mail/configuration/EmailEmbeddedRedis.java 94.73% <ø> (ø) 12 <0> (ø) :arrow_down:
...configuration/EmailEmbeddedRedisConfiguration.java 100% <ø> (ø) 6 <0> (ø) :arrow_down:
...mail/service/defaultimpl/PriorityQueueManager.java 78.37% <ø> (ø) 55 <0> (ø) :arrow_down:
.../configuration/ApplicationPropertiesConstants.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...ail/service/defaultimpl/ConditionalExpression.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...a/it/ozimov/springboot/mail/utils/StringUtils.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
... and 16 more

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 2c30629...9a8a770. Read the comment docs.