Skip to main content

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:
  1. Code Quality: Automated static analysis and linting to maintain high standards of code maintainability and security.
  2. Test Suite: Execution of unit and integration tests to verify functional correctness.
  3. 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.