Skip to content
Snippets Groups Projects
Commit 8f6e9d9f authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix quality metrics

parent 3bc54455
Branches
Tags
No related merge requests found
...@@ -23,14 +23,9 @@ outputs: ...@@ -23,14 +23,9 @@ outputs:
type: Any type: Any
expression: | expression: |
${ ${
var result = inputs.quality;
var result = { result['plots'] = inputs.plots;
'plots': inputs.plots, result['applied_fixes'] = inputs.applied_fixes[0];
**inputs.quality,
'summary': {
applied_fixes: inputs.applied_fixes[0]
}
};
return {'formatted_quality': result} return {'formatted_quality': result}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment