pub fn generate_comment<P: AsRef<Path>>(
sketches_path: P,
) -> Result<String, CommentAssemblyError>
Expand description
Generate the comment to be posted for a PR.
The given sketches_path
shall point to the directory containing JSON files.
The comment is generated from the parsed JSON data.
When successful, this returns a String
in markdown syntax.