An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: code-coverage

shipmonk-rnd/coverage-guard

🛡️ Enforce PHP code coverage in your CI. Not by percentage, but target core methods! Allows you to start enforcing coverage for new code only! Also contains tooling to merge and convert coverage files.

Language: PHP - Size: 310 KB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 7 - Forks: 0

danielpalme/ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.

Language: C# - Size: 132 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2,928 - Forks: 296

shivammathur/setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.

Language: TypeScript - Size: 25.9 MB - Last synced at: 1 day ago - Pushed at: 4 days ago - Stars: 3,147 - Forks: 405

jasonjdominguez99/modern-cpp-project-template

Modern C++ project template with CMake, Thread Sanitizer support, automated testing, and code quality tools

Language: Shell - Size: 26.4 KB - Last synced at: 1 day ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

SteveGilham/altcover

Cross-platform coverage gathering and processing tool set for dotnet/.Net Framework and Mono

Language: F# - Size: 19.4 MB - Last synced at: 1 day ago - Pushed at: 4 days ago - Stars: 522 - Forks: 20

microsoft/codecoverage

Microsoft Code Coverage tools documentation and samples

Language: C# - Size: 11 MB - Last synced at: 2 days ago - Pushed at: 6 days ago - Stars: 112 - Forks: 13

uhafner/autograding-gitlab-action

GitLab Action to autograde projects based on a configurable set of metrics

Language: Java - Size: 2.67 MB - Last synced at: 2 days ago - Pushed at: 6 days ago - Stars: 9 - Forks: 2

uhafner/autograding-github-action

GitHub Action to autograde projects based on a configurable set of metrics

Language: Java - Size: 26.8 MB - Last synced at: 2 days ago - Pushed at: 6 days ago - Stars: 30 - Forks: 6

vladopajic/go-test-coverage

go-test-coverage is a tool designed to report issues when test coverage falls below a specified threshold

Language: Go - Size: 713 KB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 198 - Forks: 28

carstenartur/sandbox

Sample implementation of Product based on Eclipse.

Language: Java - Size: 8.78 MB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

lucaslorentz/minicover

Cross platform code coverage tool for .NET Core

Language: C# - Size: 700 KB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 213 - Forks: 40

k1LoW/octocov-action

:octocat: GitHub Action for octocov

Size: 377 KB - Last synced at: 1 day ago - Pushed at: 6 days ago - Stars: 50 - Forks: 10

ericsizemore/phpunit-coverage-check Fork of richardregeer/phpunit-coverage-check

Check the code coverage using the clover report of PHPUnit.

Language: PHP - Size: 872 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 0

galaniz/formation-coverage

Utility to generate code coverage reports for Playwright tests from TypeScript source code

Language: TypeScript - Size: 196 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

mrverdant13/coverde

A set of commands for coverage trace files manipulation.

Language: Dart - Size: 1.48 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 30 - Forks: 11

ericorruption/cypress-code-coverage-typescript-webpack-ts-loader

Example front-end application using React, Typescript, Webpack and TS-Loader, where Cypress tests generate code coverage reports.

Language: JavaScript - Size: 1.83 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 7 - Forks: 0

nette/tester

Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏

Language: PHP - Size: 1.48 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 476 - Forks: 72

thedvlprs/getting-started-with-jest

Getting started w/Jest

Language: JavaScript - Size: 439 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

tapjs/tapjs

Test Anything Protocol tools for node

Language: JavaScript - Size: 71.6 MB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 2,396 - Forks: 275

k1LoW/octocov

octocov is a toolkit for collecting code metrics (code coverage, code to test ratio, test execution time and your own custom metrics).

Language: Go - Size: 4.72 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 438 - Forks: 31

coverallsapp/github-action

Coveralls Github Action

Size: 20.7 MB - Last synced at: 2 days ago - Pushed at: 10 days ago - Stars: 505 - Forks: 76

xlab-uiuc/DebCovDiff

Artifact of "DebCovDiff: Differential Testing of Coverage Measurement Tools on Real-World Projects" (ASE '25)

Language: Python - Size: 16.7 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 5 - Forks: 2

istanbuljs/istanbuljs

monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation

Language: JavaScript - Size: 2.1 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 1,077 - Forks: 242

codecov/codecov-action

GitHub Action that uploads coverage to Codecov :open_umbrella:

Language: Python - Size: 15.6 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1,608 - Forks: 238

peter-evans/mutation-testing

Mutation Testing – featuring an example using Stryker, a framework for the JavaScript ecosystem

Language: JavaScript - Size: 872 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 10 - Forks: 1

Ray221f/Randoop-Go-Bug-Detection-Automated-Testing-of-Go-Data-Structures-via-Java-Translation

Randoop-based automated test generation for Go-to-Java translated data structures (List & AVL Tree) with repOK invariants. Includes coverage analysis and debugging guide.

Language: Java - Size: 1.23 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

Nef10/lcov-reporter-action Fork of romeovs/lcov-reporter-action

Comments a pull request with a lcov code coverage report

Language: JavaScript - Size: 5.23 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 11 - Forks: 2

hugomrdias/playwright-test

Run unit tests with several test runners or benchmark inside real browsers with playwright and other Javascript runtimes.

Language: JavaScript - Size: 1.8 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 102 - Forks: 12

istanbuljs/nyc

the Istanbul command line interface

Language: JavaScript - Size: 2.5 MB - Last synced at: 13 days ago - Pushed at: 12 months ago - Stars: 5,720 - Forks: 366

coverlet-coverage/coverlet

Cross platform code coverage for .NET

Language: C# - Size: 4.55 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 3,107 - Forks: 392

fastruby/skunk

A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!

Language: Ruby - Size: 341 KB - Last synced at: 3 days ago - Pushed at: 11 days ago - Stars: 536 - Forks: 33

grosser/single_cov

Actionable code coverage.

Language: Ruby - Size: 208 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 235 - Forks: 11

mridang/action-test-reporter

A flexible GitHub Action that parses code coverage and test result files to generate beautiful, insightful summaries in your workflow.

Language: TypeScript - Size: 7.38 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

bahmutov/check-code-coverage

Utilities for checking the coverage produced by NYC against extra or missing files

Language: JavaScript - Size: 1.28 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 25 - Forks: 35

ChargePoint/xcparse

Command line tool & Swift framework for parsing Xcode 11+ xcresult

Language: Swift - Size: 9.32 MB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 423 - Forks: 48

lucee/extension-lcov

Lucee LCOV Extension

Language: ColdFusion - Size: 953 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

mcarvin8/apex-code-coverage-transformer

Transform Salesforce Apex code coverage JSONs into other formats accepted by SonarQube, GitHub, GitLab, Azure, Bitbucket, etc.

Language: TypeScript - Size: 1.32 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 18 - Forks: 0

infertux/bashcov

Code coverage tool for Bash

Language: Ruby - Size: 832 KB - Last synced at: 11 days ago - Pushed at: 25 days ago - Stars: 162 - Forks: 23

exasol/udf-debugging-java

Utilities for debugging, profiling and code coverage measure for UDFs.

Language: Java - Size: 167 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 1

cypress-io/cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Language: TypeScript - Size: 11.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5,825 - Forks: 2,500

djbender/lizard

Lizard is an RSpec code coverage tracker with an emphasis on graphing

Language: Ruby - Size: 153 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

cypress-io/code-coverage

Saves the code coverage collected during Cypress tests

Language: JavaScript - Size: 27 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 445 - Forks: 112

barecheck/code-coverage-action

GitHub Action that generates code coverage reports

Language: JavaScript - Size: 2.84 MB - Last synced at: 20 days ago - Pushed at: 8 months ago - Stars: 78 - Forks: 19

deftio/C-and-Cpp-Tests-with-CI-CD-Example

C/C++ example project for CI testing with Github Actions, Coverage, and Build badges

Language: C - Size: 67.4 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 52 - Forks: 40

StableCoder/cmake-scripts

Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.

Language: CMake - Size: 620 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 647 - Forks: 71

shenxianpeng/gcov-example

Use Gcov + LCOV/gcovr to show C/C++ projects code coverage results

Language: Makefile - Size: 186 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 50 - Forks: 22

tj-actions/coverage-badge-py

:octocat: Github action to generate coverage badge without uploading results to a 3rd party.

Language: Python - Size: 278 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 65 - Forks: 20

naver/cover-checker

Check your pull request code coverage

Language: Java - Size: 272 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 67 - Forks: 14

seyseyseyz/ai-test-generator

AI-powered test generator for JavaScript/TypeScript projects

Language: TypeScript - Size: 749 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

seuros/simplecov-db

Language: Ruby - Size: 7.81 KB - Last synced at: 18 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

bahmutov/next-and-cypress-example

Next.js example instrumented for code coverage from Cypress tests

Language: JavaScript - Size: 1.55 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 140 - Forks: 25

filipdutescu/modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.

Language: CMake - Size: 373 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1,855 - Forks: 222

ROCm/omnitrace

Omnitrace: Application Profiling, Tracing, and Analysis

Language: C++ - Size: 6.12 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 330 - Forks: 28

actions-rs/tarpaulin 📦

📈 GitHub Action for code coverage reporting with tarpaulin

Language: TypeScript - Size: 909 KB - Last synced at: 23 days ago - Pushed at: almost 3 years ago - Stars: 92 - Forks: 14

shinnn/coverage

Collect and report code coverage of a JavaScript program

Language: JavaScript - Size: 153 KB - Last synced at: 27 days ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 1

fgrosse/go-coverage-report

A CLI tool and GitHub Action to post Go code coverage reports as comment to your pull requests.

Language: Go - Size: 919 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 105 - Forks: 31

jason-fox/dita-unit-test-action

GitHub Action for DITA-OT Unit Test

Language: Shell - Size: 43 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jason-fox/fox.jason.unit-test

Unit Testing and Code Coverage Framework for DITA Open Toolkit Plugins

Language: XSLT - Size: 4.9 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 2

Madrapps/jacoco-report

Github action that publishes the JaCoCo report as a comment in the Pull Request

Language: JavaScript - Size: 2.06 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 185 - Forks: 76

offline-pixel/offline-pixel.github.io

Language: HTML - Size: 108 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

cenfun/monocart-coverage-reports

A code coverage tool to generate native V8 reports or Istanbul reports.

Language: JavaScript - Size: 7.16 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 138 - Forks: 8

friends-of-phpspec/phpspec-code-coverage Fork of leanphp/phpspec-code-coverage

Generate Code Coverage reports for PhpSpec tests

Language: PHP - Size: 217 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 20 - Forks: 14

permafrost-dev/coverage-check

Check a project's code coverage, optionally enforcing a minimum value

Language: PHP - Size: 152 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 5

wakidurrahman/meeting-schedule-apps

Monorepo containing a React (Vite + TS) client and an Express + GraphQL + Mongoose server. Meeting Schedule apps

Language: TypeScript - Size: 1.65 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

tj-actions/coverage-badge-go

:octocat: Generate coverage badge for go modules

Language: Go - Size: 378 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 81 - Forks: 32

NightDreams/react-testing-library-course Fork of platzi/react-testing

Hands-on project for testing React components, hooks, and user flows with React Testing Library and Vitest

Language: TypeScript - Size: 246 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

tdenewiler/node_example

ROS node examples with parameter server, dynamic reconfigure, timers, and custom messages for C++ and Python.

Language: C++ - Size: 1.61 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 107 - Forks: 27

bhavesh-bhatt-tech/springboot-microservice

Spring boot version 3 microservice example

Language: Java - Size: 134 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

bennycode/coinbase-pro-node 📦

Coinbase API written in TypeScript and covered by tests.

Language: TypeScript - Size: 5.15 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 253 - Forks: 62

783omar1-1metal/actions-up

🔍 Discover and upgrade GitHub Actions in your workflows, ensuring secure CI with precise SHA pinning for reliable maintenance and easy updates.

Language: TypeScript - Size: 343 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hknio/wasmcov

Automated coverage analysis of WASM executables on embedded and other constrained environments

Language: Rust - Size: 22.6 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 4

mi-kas/kover-report

Github action that publishes the Kover code coverage report as a comment in pull requests

Language: TypeScript - Size: 1.82 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 73 - Forks: 17

SamuelCabralCruz/free-code-coverage

GitHub Action to enforce code coverage maintenance on pull requests.

Language: Shell - Size: 66.4 KB - Last synced at: 14 days ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 0

mahyaret/Data-Structures-and-Algorithms

Implementations using C++ STL, Python, Lisp

Language: C++ - Size: 189 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 2

mjaglan/py-word-search

Python package that searches a 2D grid of letters for valid English words. Using set() and TRIE.

Language: Python - Size: 177 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

nikolaydubina/go-cover-treemap

🎄 Go code coverage to SVG treemap

Language: Go - Size: 1.73 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 577 - Forks: 15

andrew-smalls/phone-stock-management

A mock Java Maven application demonstrating 100% test coverage for a phone stock management system, showcasing best practices in unit and integration testing.

Language: Java - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

eugenezinovyev/lcov-viewer

LCOV code coverage report viewer. Parses lcov report files and generates HTML report grouped by directory.

Language: JavaScript - Size: 944 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 38 - Forks: 0

rife2/bld-jacoco-report

bld Extension to Generate Code Coverage Reports with JaCoCo

Language: Java - Size: 719 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

logmanoriginal/lvunit

A unit testing framework that supports both code coverage and test summary reports, designed for fast test discovery and execution speed.

Language: LabVIEW - Size: 18.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MatloobAltaf/monorepo-code-coverage-reporter

A comprehensive coverage reporter for monorepos.

Language: JavaScript - Size: 641 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hugorbarbosa/cpp-project-template

A template for C++ projects, using CMake and many code quality tools for code coverage, code formatting and linting, static analysis, sanitizers and documentation. CI setup with GitHub Actions is also used.

Language: CMake - Size: 138 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

pilgun/acvtool

ACVTool (Android Code Coverage Tool) is a tool to measure fine-grained code coverage of 3rd-party Android apps.

Language: Python - Size: 52.3 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 130 - Forks: 34

irongut/CodeCoverageSummary

A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.

Language: C# - Size: 168 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 236 - Forks: 63

NeoTech-Software/Android-Root-Coverage-Plugin

A Gradle Plugin for Android developers that automatically configures Jacoco code coverage tasks for both combined and per module coverage reports, easier than ever.

Language: Kotlin - Size: 663 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 176 - Forks: 27

markis/jest-ratchet

🔧 Ratchet up test coverage

Language: TypeScript - Size: 497 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 4

robertpeteuil/aws-shortcuts

Shortcuts for AWS EC2 Instance Control from the command-line: list, start, stop and ssh

Language: Python - Size: 232 KB - Last synced at: 2 days ago - Pushed at: over 7 years ago - Stars: 16 - Forks: 1

youssefelfeky1/UnitTesting

unit-testing-android

Language: Kotlin - Size: 105 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

br-automation-community/EmbGcov-Demo

Code coverage demo project with C/C++ tasks and libraries

Language: C - Size: 1.17 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

jeremydavis519/runtime-macros

Simulate expansion of procedural macros at run time

Language: Rust - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 8 - Forks: 4

0vercl0k/wtf

wtf is a distributed, code-coverage guided, customizable, cross-platform snapshot-based fuzzer designed for attacking user and / or kernel-mode targets running on Microsoft Windows and Linux user-mode (experimental!).

Language: C++ - Size: 104 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1,631 - Forks: 140

edumserrano/playwright-adventures

Playwright demos and tips such as how to run in docker, how to get code coverage, etc

Size: 3.27 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 52 - Forks: 3

tj-actions/coverage-badge-js

:octocat: Github action to generate coverage reports

Language: TypeScript - Size: 6.33 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

adRise/jest-cov-reporter

A modern GitHub Action that compares code coverage between branches, detects coverage decreases in changed files, and enforces 100% coverage for new files.

Language: JavaScript - Size: 3.19 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 1

RauliL/lerna-lcov-aggregate-action 📦

GitHub action for aggregating LCOV results in Lerna monorepo

Language: JavaScript - Size: 186 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

kntng/mdcov

GitHub Action to update PRs with markdown coverage reports from LCOV file

Language: TypeScript - Size: 391 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

gaasedelen/lighthouse

A Coverage Explorer for Reverse Engineers

Language: Python - Size: 10.7 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 2,364 - Forks: 316

danielcolnaghi/TheMovie

Simple app witch provide a list of movies from The Movie DB. Version 1.2 is available at App Store.

Language: Swift - Size: 11.3 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 8

FortuneN/FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)

Language: C# - Size: 165 MB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 569 - Forks: 44

ddanilov/largest-remainder-method

Distribution with rest by largest remainder method

Language: C++ - Size: 28.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0