pub fn parse_artifacts<P: AsRef<Path>>( sketches_path: P, ) -> Result<Vec<Report>, CommentAssemblyError>
Recursively scans the given sketches_path and parses any existing JSON files as sketch report artifacts.
sketches_path