Function parse_artifacts

Source
pub fn parse_artifacts<P: AsRef<Path>>(
    sketches_path: P,
) -> Result<Vec<Report>, CommentAssemblyError>
Expand description

Recursively scans the given sketches_path and parses any existing JSON files as sketch report artifacts.