Closed leahy268 closed 1 year ago
Looks great here on GitHub. But I'm not sure how other Markdown parsers will handle those custom elements.
Unfortunately at the moment the default MarkDown is unusable as currently the lines are far too wide for gitHub to handle. This means for users to actually see the full comment they have to kind of click on a line and drag to the right to see the actual coverage and then drag back.
Since the current MarkdownSummary
is to wide for GitHub, I plan to implement a new report type named MarkdownSummaryGithub
. This report has fewer columns and long class names a splitted into several lines.
Here's a sample with my current implemenation. What do you think?
That looks heaps better.. When can I start using it 😊
The next release will contain the new report type.
I will let you know once it's published.
Will there be a Delta version of this, similar to MarkdownDeltaSummary
?
Will there be a Delta version of this, similar to
MarkdownDeltaSummary
?
I don't think that this is necessary. The MarkdownDeltaSummary
report contains very limited information. No need to collapse anything.
Here a sample report:
Generated on: | 08.12.2022 - 23:25 | ||
Description | Previous | Current | Delta |
Coverage date: | 09.02.2022 - 20:50 | 08.12.2022 - 23:25 | |
Line coverage: | 58.4% | 66.4% | 8.0% |
Covered lines: | 73 | 83 | 10 |
Coverable lines: | 125 | 125 | 0 |
Total lines: | 260 | 260 | 0 |
Branch coverage: | 45% | 50% | 5% |
Covered branches: | 27 | 3 | -24 |
Total branches: | 60 | 6 | -54 |
Method coverage: | 66.6% | 58.3% | -8.3% |
Covered methods: | 16 | 14 | -2 |
Total methods: | 24 | 24 | 0 |
Release 5.1.13 has been published.
Hi,
I have been using your report generator for GitHub action. Which works wonderfully thank you.
However I would love to be able to collapse the lines in Markdown. It would make it much more readable.
See below:
ComponentLibrary
ComponentLibrary,Function1
ComponentLibrary.Function2