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
bstest
A simple CLI to show how simply test coverage metrics can be gamed.
gcov2lcov
convert go coverage files to lcov format
gcov2lcov-action
Github action to convert go coverage files to lcov format
golang-ci-template-github-actions
example for golang project using github actions
android-gradle-java-multi-module-template
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
coverage-blamer is tool for get information about authors of uncovered code
codecov-action
A GitHub action that sends your code coverage to codecov.io
coveralls-python
Show coverage stats online via coveralls.io
coverageChecker
Allows old code to use new standards
go-script-bash
Framework for writing modular, discoverable, testable Bash scripts