Don't include file extension for summary file

(to be consistent with other markdown files)
This commit is contained in:
shati-patel
2022-05-04 14:59:31 +01:00
committed by Shati Patel
parent f7616cf685
commit 6d930f53ba

View File

@@ -90,7 +90,7 @@ export function generateMarkdownSummary(query: RemoteQuery): MarkdownFile {
);
// nwo and result count will be appended to this table
return {
fileName: 'summary.md',
fileName: 'summary',
content: lines
};
}