awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gw-kit avatar

gw-kit/delta-coverage-plugin

0
View on GitHub↗
36 stars·7 forks·Kotlin·MIT·9 viewsgw-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.

Star history

Star history chart for gw-kit/delta-coverage-pluginStar history chart for gw-kit/delta-coverage-plugin

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does gw-kit/delta-coverage-plugin do?

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

What are the main features of gw-kit/delta-coverage-plugin?

The main features of gw-kit/delta-coverage-plugin are: Code Coverage.

What are some open-source alternatives to gw-kit/delta-coverage-plugin?

Open-source alternatives to gw-kit/delta-coverage-plugin include: 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…

Open-source alternatives to Delta Coverage Plugin

Similar open-source projects, ranked by how many features they share with Delta Coverage Plugin.
  • istanbuljs/nycistanbuljs avatar

    istanbuljs/nyc

    5,746View on 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
    View on GitHub↗5,746
  • jestjs/jestjestjs avatar

    jestjs/jest

    45,448View on 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
    View on GitHub↗45,448