awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateBlogHartă site
ProiectDesprePresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sebastianbergmann/php-code-coverageAvatar sebastianbergmann

    sebastianbergmann/php-code-coverage

    8,931Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,931
  1. Home
  2. Testing & Quality Assurance
  3. Code Coverage Analysis
  4. Execution Data Serialization