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
For the publishReport, I suggest to take inspiration from warning ng plugin.
For now the main format to support is csv, json, yaml (with specific syntax). Maybe some future files will be supported
What feature do you want to see added?
For the publishReport, I suggest to take inspiration from warning ng plugin.
For now the main format to support is csv, json, yaml (with specific syntax). Maybe some future files will be supported
Generic CSV (simple file format accessible)
publishReport(tools: [simpleCsv(id: 'customId', name: 'customName', pattern: '*.csv')])
json + yaml + xml (plugin internal data format)
publishReport(tools: [nativeJson(id: 'customId', name: 'customName', pattern: '.json')])
publishReport(tools: [nativeYaml(id: 'customId', name: 'customName', pattern: '.yaml')])
publishReport(tools: [nativeXml(id: 'customId', name: 'customName', pattern: '*.xml')])
In the future (with tool popularity increasing), other format might be supported (file from specific standards for metric data)
Upstream changes
No response
The text was updated successfully, but these errors were encountered: