-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix #8089 (feature request: Show date/time of check in HTML report) #7305
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
Conversation
|
Thanks for your contribution. A comment from the ticket:
Is there a reason you need the timestamp in the XML? In a CI environment, the timestamp will also be available elsewhere. If we implement this at all, it should probably be an option. |
|
Hi CHR, |
|
Hi CHR, thanks for your kind reply, do you mean that I need to submit some test code with the commit? As I understand, I need to add some codes under cppcheck/test, right? To merge this fix, what steps or jobs are expected to be done further? Could you please help comment more? Thanks a lot! |
These tests seem related: https://github.com/danmar/cppcheck/tree/main/test/tools/htmlreport, so you should probably add a test there. |
|
I would prefer this PR title: That will make more sense in the git log later |
|
@clock999 thanks for your contribution. which name would you like that I add in our AUTHORS? |
Hi Daniel, please add Wang Yang as my name to the list. Thanks so much! |
|
Hi Daniel, please add Wang Yang as my name to the list. Thanks so much!
Best Regards
At 2025-03-18 19:58:08, "Daniel Marjamäki" ***@***.***> wrote:
@clock999 thanks for your contribution. which name would you like that I add in our AUTHORS?
https://github.com/danmar/cppcheck/blob/main/AUTHORS
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
danmar left a comment (danmar/cppcheck#7305)
@clock999 thanks for your contribution. which name would you like that I add in our AUTHORS?
https://github.com/danmar/cppcheck/blob/main/AUTHORS
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This is to fix the bug:
https://trac.cppcheck.net/ticket/8089
Title:
feature request: Show date/time of check in HTML report
Description:
Cppcheck HTML report is a helpful tool to automate checking. It could be extended by the date/time information, when the checking was finished. This date/time information assists developers in fixing issues.