Quality & Security
The quality and security stages run inside every pipeline. Each produces its own report and logs, and any of them can be set to gate a deployment.
- Unit Testing — run your test suite and collect coverage.
- Code Analysis — surface bugs, code smells, and style issues.
- Package Vulnerability Scanning — check dependencies for known vulnerabilities.
You can require any of these stages to pass before a deployment is allowed — see Pipeline Customization.