# vaccine **Repository Path**: mirrors_DataDog/vaccine ## Basic Information - **Project Name**: vaccine - **Description**: Vaccine - A Testing Framework that simulates Datadog's Single Step Instrumention - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vaccine - A Testing Framework that simulates Datadog's Single Step Instrumention This repository contains a GitHub Actions workflow designed to test Ruby applications across multiple Ruby versions and startup configurations. It uses Docker containers to create isolated testing environments and includes crash reporting capabilities. ## Overview The workflow, named "Vaccine", automatically tests your Ruby application against multiple Ruby versions (from 1.8 to 3.4) with different startup commands. It uses Datadog's `catadog` mock server for trace collection and includes crash reporting functionality. ## Features - Supports multiple Ruby versions (1.8 through 3.4) - Tests various Rails startup commands - Includes crash tracking and reporting - Automated trace collection using Datadog's mock server - Slack notifications for scheduled runs ## Workflow Triggers The workflow runs on: - Push events - Daily schedule (7:00 UTC) - Manual dispatch with optional commit SHA specification