awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

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/nycالصورة الرمزية لـ istanbuljs

    istanbuljs/nyc

    5,746عرض على 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
    عرض على GitHub↗5,746
  • jestjs/jestالصورة الرمزية لـ jestjs

    jestjs/jest

    45,448عرض على 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
    عرض على GitHub↗45,448