awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesExecution Data Serialization

Saving raw runtime execution maps to files for subsequent analysis and aggregation.

Distinct from Code Coverage Analysis: Distinct from Code Coverage Analysis by focusing on the persistence of the raw data rather than the analytical metrics.

Explore 1 awesome GitHub repository matching testing & quality assurance · Execution Data Serialization. Refine with filters or upvote what's useful.

Awesome Execution Data Serialization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sebastianbergmann/php-code-coveragesebastianbergmann का अवतार

    sebastianbergmann/php-code-coverage

    8,931GitHub पर देखें↗

    php-code-coverage is a PHP library and analysis tool designed to track runtime execution and determine which parts of a codebase are exercised by automated tests. It monitors executed lines and branches during a test run to identify gaps in test coverage and evaluate the effectiveness of a test suite. The tool functions as an execution tracker and report generator that transforms raw PHP execution data into human-readable formats. It serializes collected metrics for storage and utilizes a processing system to calculate the total percentage of code covered. Its capability surface covers the e

    Provides utilities for serializing and saving collected execution data to files for storage.

    PHP
    GitHub पर देखें↗8,931
  1. Home
  2. Testing & Quality Assurance
  3. Code Coverage Analysis
  4. Execution Data Serialization