Skip to content

CI CD Pipeline

Nagarjun Sanji edited this page Jun 28, 2024 · 1 revision

Overview

This project uses GitHub Actions for Continuous Integration and Continuous Deployment (CI/CD). The pipeline is designed to ensure code quality and automate the deployment process.

Workflow

  1. Install Dependencies: Install all required npm packages.
  2. Compile: Compile the TypeScript code.
  3. Test: Run all tests to ensure code quality.
  4. Deploy: Deploy the extension to the VS Code marketplace (on the main branch).

Configuration

The workflow configuration is defined in .github/workflows/main.yml.

Badges

You can view the build and coverage status with the following badges:

  • Build Status
  • Coverage Status

Navigation

Resources

Acknowledgments


© 2024 debricked. All rights reserved.

Clone this wiki locally