-
Notifications
You must be signed in to change notification settings - Fork 32
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 Markdown Summary and Status Icons in Report #1047
Add Markdown Summary and Status Icons in Report #1047
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1047 +/- ##
==========================================
+ Coverage 85.07% 85.11% +0.04%
==========================================
Files 66 66
Lines 5372 5400 +28
==========================================
+ Hits 4570 4596 +26
- Misses 802 804 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c593054
to
825f8f9
Compare
563bd9d
to
62ee5b3
Compare
56f97b3
to
a69b08f
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.
LGTM, Squash and merge?
9b6bda8
to
20ee120
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.
Lgtm.
} | ||
|
||
writeMarkdownField(&markdownBuffer, "Time", r.created.UTC().Format("2006-01-02 15:04:05"), "") | ||
writeMarkdownField(&markdownBuffer, "Name", " ", "") |
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.
What's the reason to have a "Name" row that's always empty? Should we just remove this row?
20ee120
to
39f2fc1
Compare
Implement generateMarkdownSummary() in report.go for Markdown CLI output Add test cases for generateMarkdownSummary() in report_test.go Introduce new output option summary-markdown for GitHub Action Add status icon to Markdown summary resolves: HACBS-2672 Signed-off-by: Sean Conroy [email protected]
39f2fc1
to
05e11b8
Compare
summary-markdown
for generating Markdown summaries.jira story: https://issues.redhat.com/browse/HACBS-2672
Blocked Until @simonbaird update success
notes:
need to be squashed and given better commit message