solomkinmv / glossary

Simple service to learn new English words
GNU General Public License v3.0
0 stars 1 forks source link

Implement Test-to-Speech service #51

Closed solomkinmv closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.52%. The diff coverage is 79.76%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #51      +/-   ##
===========================================
+ Coverage     61.27%   61.8%   +0.52%     
- Complexity      461     486      +25     
===========================================
  Files           156     165       +9     
  Lines          2004    2076      +72     
  Branches         65      69       +4     
===========================================
+ Hits           1228    1283      +55     
- Misses          739     752      +13     
- Partials         37      41       +4
Impacted Files Coverage Δ Complexity Δ
.../solomkinmv/glossary/storage/config/AwsConfig.java 100% <ø> (ø) 2 <0> (-1) :arrow_down:
...mv/glossary/tts/exception/TtsServiceException.java 0% <0%> (ø) 0 <0> (?)
...nmv/glossary/storage/filename/FilenameAdapter.java 100% <100%> (ø) 4 <0> (ø) :arrow_down:
...glossary/storage/controller/StorageController.java 68% <100%> (+1.33%) 6 <1> (ø) :arrow_down:
...inmv/glossary/tts/controller/SpeechController.java 100% <100%> (ø) 2 <2> (?)
...kinmv/glossary/tts/service/PollySpeechService.java 100% <100%> (ø) 6 <6> (?)
.../tts/client/config/TtsClientAutoConfiguration.java 100% <100%> (ø) 1 <1> (?)
...storage/service/impl/FileSystemStorageService.java 74.28% <100%> (+2.41%) 9 <1> (ø) :arrow_down:
.../client/config/StorageClientAutoConfiguration.java 100% <100%> (ø) 3 <1> (+1) :arrow_up:
...mkinmv/glossary/tts/config/PollyConfiguration.java 16.66% <16.66%> (ø) 1 <1> (?)
... and 15 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 b09c7ab...1a6dd65. Read the comment docs.