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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gw-kit avatar

gw-kit/delta-coverage-plugin

0
View on GitHub↗
36 स्टार्स·7 फोर्क्स·Kotlin·MIT·5 व्यूज़gw-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.

स्टार हिस्ट्री

gw-kit/delta-coverage-plugin के लिए स्टार हिस्ट्री चार्टgw-kit/delta-coverage-plugin के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

gw-kit/delta-coverage-plugin क्या करता है?

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

gw-kit/delta-coverage-plugin की मुख्य विशेषताएं क्या हैं?

gw-kit/delta-coverage-plugin की मुख्य विशेषताएं हैं: Code Coverage।

gw-kit/delta-coverage-plugin के कुछ ओपन-सोर्स विकल्प क्या हैं?

gw-kit/delta-coverage-plugin के ओपन-सोर्स विकल्पों में शामिल हैं: 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…

Delta Coverage Plugin के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Delta Coverage Plugin के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • istanbuljs/nycistanbuljs का अवतार

    istanbuljs/nyc

    5,746GitHub पर देखें↗

    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
    GitHub पर देखें↗5,746
  • jestjs/jestjestjs का अवतार

    jestjs/jest

    45,448GitHub पर देखें↗

    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
    GitHub पर देखें↗45,448