awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gw-kit avatar

gw-kit/delta-coverage-plugin

0
View on GitHub↗
36 estrellas·7 forks·Kotlin·MIT·1 vistagw-kit.github.io/delta-coverage-plugin↗

Delta Coverage Plugin

Gradle plugin and CLI for computing code coverage of new/modified code based on a diff

Features

  • Code Coverage - Computes coverage for modified code based on diffs.

Historial de estrellas

Gráfico del historial de estrellas de gw-kit/delta-coverage-pluginGráfico del historial de estrellas de gw-kit/delta-coverage-plugin

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace gw-kit/delta-coverage-plugin?

Gradle plugin and CLI for computing code coverage of new/modified code based on a diff

¿Cuáles son las características principales de gw-kit/delta-coverage-plugin?

Las características principales de gw-kit/delta-coverage-plugin son: Code Coverage.

¿Qué alternativas de código abierto existen para gw-kit/delta-coverage-plugin?

Las alternativas de código abierto para gw-kit/delta-coverage-plugin incluyen: istanbuljs/nyc — nyc is a JavaScript code coverage tool and command-line interface that instruments source files to track the execution… jestjs/jest — Jest is a JavaScript testing framework designed for writing and running automated test suites to verify the…

Alternativas open-source a Delta Coverage Plugin

Proyectos open-source similares, clasificados según cuántas características comparten con Delta Coverage Plugin.
  • istanbuljs/nycAvatar de istanbuljs

    istanbuljs/nyc

    5,746Ver en GitHub↗

    nyc is a JavaScript code coverage tool and command-line interface that instruments source files to track the execution of lines, branches, and functions during test runs. It acts as a wrapper for Node.js test runners, intercepting the module loading process to collect coverage data. The tool functions as a coverage data merger and build gating tool, allowing users to combine results from multiple independent test runs or child processes into a single unified report. It can automatically fail the build process if code coverage percentages fall below defined minimum thresholds. The project sup

    JavaScriptcode-coverageistanbuljavascript
    Ver en GitHub↗5,746
  • jestjs/jestAvatar de jestjs

    jestjs/jest

    45,448Ver en GitHub↗

    Jest is a JavaScript testing framework designed for writing and running automated test suites to verify the correctness of JavaScript and TypeScript code. It functions as a comprehensive toolset that integrates a test runner, a mocking and spying library, a snapshot testing tool, and a code coverage tool. The framework distinguishes itself through snapshot testing, which records the serialized state of data structures to detect regressions in future executions. It also includes a mocking and spying library for simulating external dependencies and tracking function calls to isolate code during

    TypeScripteasyexpectationfacebook
    Ver en GitHub↗45,448