Skip to main content
check is a thin alias for workspace:check. It forwards its declared options unchanged and runs the same verification gate: install, build, then coverage and lint together.

Usage

Examples

Run the gate across the whole workspace:
Scope the gate to specific modules and packages:
Require every module to reach 80% line and function coverage:
Fail on every module under the coverage threshold:
Run the gate from another workspace directory:

Options

Alias target

check forwards to workspace:check. It has no --commands option because the gate stages are fixed by workspace:check.