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

bstest

5
Stars
0
Forks
Watchers

A simple CLI to show how simply test coverage metrics can be gamed.

gcov2lcov

43
Stars
12
Forks
Watchers

convert go coverage files to lcov format

gcov2lcov-action

22
Stars
2
Forks
Watchers

Github action to convert go coverage files to lcov format

golang-ci-template-github-actions

57
Stars
42
Forks
Watchers

example for golang project using github actions

Static analysis tools: PMD, Findbugs, Checkstyle, Lint and Jacoco on multi module build with an Android app module, Android library module and a Java module

coverage-blamer

10
Stars
1
Forks
Watchers

coverage-blamer is tool for get information about authors of uncovered code

codecov-action

8
Stars
2
Forks
Watchers

A GitHub action that sends your code coverage to codecov.io

coveralls-python

549
Stars
185
Forks
Watchers

Show coverage stats online via coveralls.io

coverageChecker

173
Stars
18
Forks
Watchers

Allows old code to use new standards

go-script-bash

93
Stars
16
Forks
Watchers

Framework for writing modular, discoverable, testable Bash scripts