Skip to content

maint: add a dependency check to coverage

Clara Engler requested to merge cve/arti:coverage-dep-check into main

This commit implements a dependency check to the maint/coverage script, that checks for the rustup, python3, and grcov binaries in $PATH; the bs4 and lxml python packages; and the llvm-tools Rust component.

Fixes #776 (closed)

Merge request reports