Documentation Index
Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt
Use this file to discover all available pages before exploring further.
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.Access Repo Preferences
Navigate to YAML Configuration > Repo Preferences and locate the Pipelines section.
Toggle Quality Gates
Enable or disable Code Quality and Test Suite execution for your repository.
Commit Changes
Save your configuration to the repository. See Syncing Changes for a detailed walkthrough.