You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's just a tiny tool which parse analysis reports and send messages to the build server, or in console if it's not executed on a build server.
@@ -56,9 +53,11 @@ It is possible to process several reports at the same time: `NVika parsereport r
@@ -67,13 +66,6 @@ It is possible to process several reports at the same time: `NVika parsereport r
67
66
I am really wondering if there is any value to supporting these three, because there doesn't support to add build message like AppVeyor but only log message.
68
67
And they support custom HTML report, so an xslt transformation is enough.
69
68
70
-
## What it will be
71
-
A website will be added for displaying a nice and shiny aggregated report from all source to a dedicated page for each GitHub project.
72
-
73
-
There also will be a solution to upload a temporary report stored for a week.
74
-
75
-
And the client may push reports through the website public API.
76
-
77
69
## Contributing
78
70
All contributions are welcome, please read our [contributing guide](CONTRIBUTING.md).
0 commit comments