Skip to content

Commit

Permalink
feat: meta-coverage added to sarif run
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sp4 committed Dec 18, 2020
1 parent f7eec02 commit c70e14e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sarif_converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default function getSarif(analysisResults: IAnalysisResult): Log {
{
tool,
results,
properties: {
coverage: analysisResults.coverage,
},
},
],
};
Expand Down

0 comments on commit c70e14e

Please sign in to comment.