Test coverage topic

Test coverage is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:

  • path coverage
  • line coverage
  • branch coverage
  • code coverage

List Test coverage repositories

angular-cli-skeleton

33
Stars
11
Forks
Watchers

angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.

bisect_ppx

297
Stars
59
Forks
Watchers

Code coverage for OCaml and ReScript

courtney

155
Stars
26
Forks
Watchers

Courtney is a coverage tool for Go

cov

75
Stars
15
Forks
Watchers

An emacs extension for displaying coverage data on your code

covdefaults

61
Stars
6
Forks
Watchers

A coverage plugin to provide sensible default settings

python-blueprint

539
Stars
82
Forks
Watchers

🐍 Example Python project using best practices 🥇

urlredir

31
Stars
1
Forks
Watchers

Educational URL redirector service in Go

✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET

crystal-coverage

61
Stars
11
Forks
Watchers

Coverage tool for Crystal lang

ddd-tdd-rich-domain-model-dojo-kata

145
Stars
25
Forks
Watchers

DDD patterns implemented following TDD