IgorPerikov / mighty-watcher

Open source made easier
https://itnext.io/open-source-made-easier-aab8aebd849f
MIT License
47 stars 7 forks source link

#41 ability to export results into several types (html) #61

Closed MysterionRise closed 5 years ago

MysterionRise commented 5 years ago

rework console output into separate service

codecov-io commented 5 years ago

Codecov Report

Merging #61 into master will decrease coverage by 12.79%. The diff coverage is 62.96%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
- Coverage     75.11%   62.31%   -12.8%     
- Complexity       42       48       +6     
============================================
  Files            15       20       +5     
  Lines           221      268      +47     
  Branches          9       15       +6     
============================================
+ Hits            166      167       +1     
- Misses           52       94      +42     
- Partials          3        7       +4
Impacted Files Coverage Δ Complexity Δ
...m/github/igorperikov/mightywatcher/entity/Issue.kt 75% <ø> (+25%) 5 <0> (+1) :arrow_up:
...igorperikov/mightywatcher/entity/NamedTimestamp.kt 28.57% <ø> (+3.57%) 2 <0> (ø) :arrow_down:
...ikov/mightywatcher/service/ConsoleOutputService.kt 0% <0%> (ø) 0 <0> (?)
...n/com/github/igorperikov/mightywatcher/Launcher.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...igorperikov/mightywatcher/service/OutputService.kt 50% <50%> (ø) 2 <2> (?)
...hub/igorperikov/mightywatcher/entity/ResultLine.kt 75% <75%> (ø) 0 <0> (?)
...perikov/mightywatcher/service/HTMLOutputService.kt 87.5% <87.5%> (ø) 3 <3> (?)
...rperikov/mightywatcher/service/TransformService.kt 87.5% <87.5%> (ø) 4 <4> (?)
...ikov/mightywatcher/external/RestGithubApiClient.kt 0% <0%> (-100%) 0% <0%> (-4%)
.../mightywatcher/external/GithubHttpClientFactory.kt 0% <0%> (-100%) 0% <0%> (ø)
... and 5 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 234b22c...6146601. Read the comment docs.