Ecosyste.ms: Repos

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

GitHub topics: coverage-testing

WiredNerd/poodle

Effecient Mutation Testing for Python

Language: Python - Size: 5.72 MB - Last synced: about 2 hours ago - Pushed: about 3 hours ago - Stars: 2 - Forks: 0

hpi-swa/smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.

Language: Smalltalk - Size: 3.1 MB - Last synced: about 21 hours ago - Pushed: 1 day ago - Stars: 92 - Forks: 66

sualeh/introduction-to-mutation-testing

Introduction to Mutation Testing

Language: C# - Size: 352 KB - Last synced: 21 days ago - Pushed: 27 days ago - Stars: 21 - Forks: 5

rillig/gobco

Measure branch coverage of golang tests

Language: Go - Size: 563 KB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 60 - Forks: 12

macmade/xcode-coveralls

coveralls.io support for Xcode

Language: C - Size: 3.69 MB - Last synced: 21 days ago - Pushed: almost 3 years ago - Stars: 22 - Forks: 3

qiniu/goc

A Comprehensive Coverage Testing System for The Go Programming Language

Language: Go - Size: 8.58 MB - Last synced: 22 days ago - Pushed: about 1 month ago - Stars: 771 - Forks: 111

CasualBot/jest-sonar-reporter Fork of 3dmind/jest-sonar-reporter

A Sonar test reporter for Jest.

Language: TypeScript - Size: 463 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 9 - Forks: 4

JamalZeynalov/swagger-coverage-py

Adaptation of swagger-coverage project for python

Language: Python - Size: 32.3 MB - Last synced: 27 days ago - Pushed: 28 days ago - Stars: 31 - Forks: 12

mairess/project-react-testing-library

Testes com RTL, esse projeto é o site de uma Pokédex, o obejtivo é testa-la usando RTL e Vitest, além disso, os testes foram avaliados com o Stryker Mutator.

Language: TypeScript - Size: 704 KB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 0 - Forks: 0

volkansahin45/Coverage-Report

Android Coverage Reports And SonarQube

Language: Kotlin - Size: 140 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 1

wemake-services/coverage-conditional-plugin

Conditional coverage based on any rules you define!

Language: Python - Size: 629 KB - Last synced: about 1 month ago - Pushed: 2 months ago - Stars: 67 - Forks: 9

tj-actions/coverage-badge-go

:octocat: Generate coverage badge for go modules

Language: Go - Size: 307 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 66 - Forks: 32

Lissy93/quick-example-of-testing-in-nodejs

🛡 An example TDD project in Node.js, with unit tests, coverage tests, a stubbed API, continuous integration, code quality reviews and automated dependency checking

Language: JavaScript - Size: 17.6 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 23 - Forks: 77

JonasueDaze/test-cov-python

A repository for testing Test Coverage / Code Coverage frameworks, tools and libraries in Python

Language: Python - Size: 142 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

markwylde/objcov

Watch a javascript object and get statistics about how it has been used within your code.

Language: JavaScript - Size: 12.7 KB - Last synced: 13 days ago - Pushed: over 1 year ago - Stars: 11 - Forks: 0

aarushi-vermaa/command_line_TicTacToe

A TicTacToe game built using Python which allows a user to play TicTacToe on the command line either against another user or against the computer

Language: Python - Size: 94.7 KB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

Checksum/critic.sh

Dead simple testing framework for Bash with coverage reporting

Language: Shell - Size: 69.3 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 448 - Forks: 11

wcygan/java-callgraph Fork of gousiosg/java-callgraph

Program for producing static call graphs for Java Projects

Language: Java - Size: 2.4 MB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 4 - Forks: 2

ABuarque/TestsArticle

Project made to tutoriak in mutation and coverage testing,

Language: Java - Size: 3.91 KB - Last synced: 2 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

ivymmurithi/twitter-scraper

One of my first projects while an intern at Savannah Informatics

Language: Python - Size: 60.5 KB - Last synced: 2 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

amamory-ursa/hf-risc Fork of sjohann81/hf-risc

HF-RISC SoC

Language: C - Size: 7.92 MB - Last synced: 2 months ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 5

jeanpierrecarvalho/jest-diff-coverage

The Jest Diff Coverage Action is a GitHub Action that helps you manage code coverage differentials in your Jest test suites. This action provides insights into the coverage changes between different commits or branches, allowing you to track and manage test coverage improvements or regressions.

Language: TypeScript - Size: 583 KB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 1 - Forks: 0

sangshuduo/cgo_ci_helloworld

a simple GO project utilizes some popular CI services for auto test

Language: Go - Size: 17.6 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ikarishinjieva/golang-live-coverage-report

golang coverage report in live, as an HTTP handler

Language: Go - Size: 203 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 4 - Forks: 4

elvisvoer/code-cove-example

Code examples for "What does code coverage measure?"

Language: JavaScript - Size: 35.2 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

mguelog/pruebas-laboratorio2

Repository containing an implementation and unit-testing of a Double Linked List Queue.

Language: Java - Size: 251 KB - Last synced: 4 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

mguelog/pruebas-fibonacci

Repository containing a simple implementation of fibonacci function and its unit tests.

Language: Java - Size: 180 KB - Last synced: 4 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

DigitalState/camunda-coverage-generation

Camunda BPM Unit testing coverage generation using BPMNJS, Groovy, and Camunda Test Assertion Libraries. Also inlcudes a Java Bridge for use from pure Java Classes.

Language: JavaScript - Size: 1.89 MB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 5 - Forks: 3

naufal-yafi/Bluebird-Frontend_Task

Frontend React Developer Intern | PT. Blue Bird Tbk

Language: TypeScript - Size: 271 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Malinskiy/danger-jacoco

danger plugin to check against jacoco xml reports

Language: Ruby - Size: 76.2 KB - Last synced: 21 days ago - Pushed: 9 months ago - Stars: 18 - Forks: 25

verygoodsoftwarenotvirus/blanket 📦

MOVED TO GITLAB

Language: Go - Size: 9.95 MB - Last synced: about 1 month ago - Pushed: almost 6 years ago - Stars: 18 - Forks: 0

KaushalSalvatore/DRF-with-unit-testing

Simple Django Rest Framework (DRF) With Django Unit Testing Performs.

Language: Python - Size: 19.5 KB - Last synced: 6 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Koleok/jest-coverage-ratchet

Uses jest coverage output to raise acceptable coverage threshold to current coverage

Language: JavaScript - Size: 94.7 KB - Last synced: 16 days ago - Pushed: about 4 years ago - Stars: 41 - Forks: 12

AtefMlaouhi/Fizz-Buzz

Language: TypeScript - Size: 843 KB - Last synced: 7 months ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

javanile/lcov.sh

🔮 LCOV framework for Shell projects

Language: Shell - Size: 235 KB - Last synced: 3 months ago - Pushed: 7 months ago - Stars: 18 - Forks: 0

ChicagoFlutter/lcov-cop 📦

A Github Action which helps enforce code coverage

Language: Shell - Size: 10.7 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 13 - Forks: 1

Te4nick/netsubcalc

Network/Subnetwork Calculation Module

Language: Python - Size: 10.7 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

AdamManhercz/django_project

Django application designed to help organize meals for the upcoming week. In addition to its practical use, this exercise provided me a valuable opportunity to work with a specific framework and gain insight into complex Python coding.

Language: Python - Size: 105 MB - Last synced: 9 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

cehteh/failgrind

Injecting faults into programs and checks that these are handled

Language: Python - Size: 1000 Bytes - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

cpkson/pyType-cover

A python typing coverage script

Language: Python - Size: 8.79 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

JotaFan/pycoverage

A GitHub action to provide pytest coverage reporting. Works with pyproject.toml or setuptools based projects.

Language: Shell - Size: 24.4 KB - Last synced: about 21 hours ago - Pushed: 9 months ago - Stars: 2 - Forks: 2

DoublesunRUS/ru.capralow.dt.unit

Запуск модульных тестов для EDT

Language: Java - Size: 58.8 MB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 73 - Forks: 15

zlatko-ms/pycovcheck

Asserts test coverage for python projects

Language: Python - Size: 56.6 KB - Last synced: 19 days ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

dee-tree/CovBoy

Coverage based SMT-solvers behavior testing

Language: Kotlin - Size: 979 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

Anaisdeb/TQS-Sudoku_Testing

Sudoku generator and solver for Java

Language: Java - Size: 452 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

guialexandree/clean-node-api

Projeto desenvolvido através do curso NodeJs, Typescript, TDD, DDD, Clean Architecture e SOLID ministrado por Rodrigo Manguinho, https://www.udemy.com/course/tdd-com-mango/

Language: TypeScript - Size: 3.31 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

ZoraizQ/physcov_airsim_drone

Scaling PhysCov to 3D for drone physical coverage measurement, with real-time computation using LIDAR data from AirSim quadrotor drone.

Language: Jupyter Notebook - Size: 15.5 MB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 4 - Forks: 0

notarious2/Django-Pizza-Delivery

Django 4.0, JS, Ajax and Tailwind CSS built Pizza Website for Carryout and Delivery, Cash payment option and Stripe Payment Integration, as well as Guest checkout feature. Product may contain multiple size variations with different prices. Website allows to use Coupon codes.

Language: CSS - Size: 8.98 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 1

WillSs-Dev/mks-frontend-challenge Fork of MKS-desenvolvimento-de-sistemas/mks-frontend-challenge

Single page application of a fictional elotronic's store

Language: TypeScript - Size: 138 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

saehaana/Shogi-Tester 📦

A showcase of testing practices such as code coverage and unit tests. Urbistondo/Shogi was used as the system under test.

Language: Python - Size: 175 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ILESKOV/TechnoirClub-Marketplace

A collection of NFT mutant robots with their frontend and marketplace. Robots can be modified and create new robots from their parts. Over 999 trillion combinations of different robots available!

Language: HTML - Size: 6.25 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 11 - Forks: 2

ILESKOV/Pokemons-Evolution

The contract allows to mint any pokemon, as well as evolve them following the rules from the official game outside the blockchain.

Language: HTML - Size: 3.79 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 16 - Forks: 3

the-road-to-learn-react/react-testing-mocha-chai-enzyme

A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.

Language: JavaScript - Size: 406 KB - Last synced: 22 days ago - Pushed: almost 4 years ago - Stars: 49 - Forks: 27

muriloalvesdev/kotlin-hexagonal-architecture

Projeto para fins de aplicação de estudos com kotlin, hexagonal arch, testes unitários, integrados e pipeline de testes.

Language: Kotlin - Size: 69.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

muriloalvesdev/kotlin-learning

Projeto para fins de aplicação de estudos com kotlin, clean arch, testes unitários, integrados e pipeline de testes.

Language: Kotlin - Size: 140 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

osmankoyuncuu/flight-app

Language: Python - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Fo-Zi/Data_structures_C

This is a project that will contain DS in C. It will be integrated using CMake , and contains CI-workflows, Unit testing, automated documentation and code coverage.

Language: CMake - Size: 141 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

aeugster/secure-tcp-socket

Create secure connections whithout requirement of certificates and key stores.

Language: Java - Size: 87.9 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

thdev-matheus/backend-ticket-master-django

Repository dedicated to the back end of the project to complete the 5th module of the full stack web development training course at Kenzie Academy Brasil.

Language: Python - Size: 194 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

driftserver/drift-server

Drift server

Language: Java - Size: 1.22 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 19 - Forks: 2

ari-mluz/tutorial-coverage-pest-php

Guia de cobertura de testes com o framework PEST

Language: PHP - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 8 - Forks: 2

HugoDF/jest-ignore-coverage

Examples of how to ignore files/functions/statements for coverage

Language: JavaScript - Size: 267 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 16 - Forks: 3

dheysonalves/javascript-kata-showcase

Repository with the purpose to study javascript testing (Programmers's Test/Unit Tests) with katas and solutions from HackerHank, Edabit and Leetcode.

Language: JavaScript - Size: 170 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardinbig/bmi-calculator

An application to calculate BMI.

Language: Dart - Size: 419 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Abhay2412/SENG438A3 Fork of seng438-winter-2022/seng438-a3-racherene

SENG 438 - Software Testing, Reliability, and Quality Assignment #3

Language: Java - Size: 46.4 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 1

rikucherry1993/artwork-espresso

[WIP]An MVVM architectured android app for delivering artworks everyday. Calls open API from DeviantArt and uses oauth2 authentication process to login.

Language: Kotlin - Size: 1.49 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

rarito83/nonton_app

Language: Dart - Size: 231 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

0age/minimal-solidity-coverage-test

A minimal example of code coverage using solidity-coverage, with a custom web3.js 1.0 script (instead of truffle test) for testing.

Language: JavaScript - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

va1da5/opa-policy-coverage-matrix

Open Policy Agent (OPA) policy coverage visualization

Language: JavaScript - Size: 378 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

tahaShm/software-testing

This repository consists of software testing course projects.

Language: Java - Size: 5.85 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

koseburak/marvel-universe-web

Using the Golang search the Marvel Characters. This project is a web based golang application that shows the information of superheroes using Marvel api.

Language: Go - Size: 610 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 2 - Forks: 1

dujung/nextdate

SQA NextDate Analysis

Language: Java - Size: 760 KB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

tharindu-b-hewage/product-code-coverage-service

Language: Java - Size: 14.6 KB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

igor-buzhinsky/indin2015_source

Coverage-based test generation for IEC 61499 function blocks

Language: Java - Size: 6.57 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

FlagElitov/react-jest-enzyme

increment and decrement count

Language: JavaScript - Size: 245 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

vhnegrisoli/analisador-arquivos

Projeto de back-end para escutar, processar e tratar arquivos de dados e exibir uma análise dos dados.

Language: Java - Size: 1.79 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

HusseinJaber20/Code-Coverage-Analysis

Code Coverage Analysis using ASM and Java

Language: Java - Size: 564 KB - Last synced: 12 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Koziar/UnitTestableCodeMock

UNIT Testing, Testable Code, Mocking and Code Coverage

Language: Java - Size: 299 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0

DaveBrad/JscovTestUtil

Java Selenium 3 for javascript code coverage utility using JSCover

Language: JavaScript - Size: 43.6 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

pepebm/instagram-clon-react

Final project for Quality & Testing class

Language: JavaScript - Size: 1.04 MB - Last synced: 12 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

rjeczalik/mcov

Merges coverage profiles gathered from subprocesses.

Language: Go - Size: 14.6 KB - Last synced: 21 days ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

terminaldweller/covtest

An implementation of the source code to test code coverage tools and their accuracy/correctness.

Language: C - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

elgalu/istanbul-checker Fork of gotwarlost/istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.

Language: JavaScript - Size: 2.41 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 1