-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HTML format #56
Add support for HTML format #56
Conversation
bb789c1
to
e736bed
Compare
Codecov Report
@@ Coverage Diff @@
## master #56 +/- ##
==========================================
+ Coverage 95.77% 96.02% +0.24%
==========================================
Files 43 43
Lines 1467 1558 +91
==========================================
+ Hits 1405 1496 +91
Misses 62 62
Continue to review full report at Codecov.
|
fb59e8a
to
ecf8299
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Marcin Iwanicki <[email protected]>
Signed-off-by: Marcin Iwanicki <[email protected]>
Signed-off-by: Marcin Iwanicki <[email protected]>
ecf8299
to
444e660
Compare
Describe your changes
Added a basic HTML renderer so the report can be quickly open in a browser.
Needed to refactor
Renderer
andTextProjectCompareResultRenderer
to have more flexibility while rendering elements.Testing performed
Added only 2 manual test commands for now so we do not need to pay extra cost for all the permutations.