Pipeline components
Pipelines in Revolte are composed of several automated stages to ensure software reliability:- Code Quality: Automated static analysis and linting to maintain high standards of code maintainability and security.
- Test Suite: Execution of unit and integration tests to verify functional correctness.
- Automation Test Suite Coming Soon : End-to-end and browser-based testing for full-system validation.
How to configure
Manage these components directly from the project dashboard.1
Access Repo Preferences
Navigate to YAML Configuration > Repo Preferences and locate the Pipelines section.
2
Toggle Quality Gates
Enable or disable Code Quality and Test Suite execution for your repository.
3
Commit Changes
Save your configuration to the repository. See Syncing Changes for a detailed walkthrough.