go-test-coverage
Test coverage checker
Reports on test coverage issues to ensure higher code quality and prevent regressions over time
go-test-coverage is a tool designed to report issues when test coverage falls below a specified threshold
99 stars
2 watching
11 forks
Language: Go
last commit: about 1 month ago
Linked from 1 awesome list
badgecici-cdcicdcode-coveragecontinuous-integrationcoveragecoverage-reportdeveloper-toolsgithub-actionsgogo-test-coveragego-testinggolangtest-coveragetestingtesting-toolsunit-test
Related projects:
Repository | Description | Stars |
---|---|---|
qiniu/goc | A comprehensive testing system for Go programming language applications | 824 |
go-gremlins/gremlins | A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests | 201 |
msoap/go-carpet | Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
go-playground/overalls | A tool that generates coverage reports for Go test suites in multi-package projects | 115 |
antonboom/testifylint | A tool that checks the usage of the testify testing framework in Go programs | 105 |
xhd2015/xgo | An all-in-one testing library for Go that provides utilities for mocking, tracing, and testing | 371 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 178 |
jidicula/go-fuzz-action | An Automated testing workflow for Go code using built-in fuzz testing features | 15 |
bradleyjkemp/cupaloy | Automatically checks test output for changes and fails tests if output differs from previously recorded snapshots | 311 |
tvastar/test | A package of test utilities for Go programming language | 9 |
gha-common/go-beautiful-html-coverage | An action to track code coverage in pull requests and generate an HTML preview of the results. | 13 |
rafaelsq/nvim-goc.lua | An extension for Neovim that provides a plugin to analyze Go code coverage. | 48 |
orlangure/gocovsh | A command-line tool for visualizing and exploring Go coverage reports | 358 |
crossoverjie/ptg | A tool for testing and interacting with gRPC services in various scenarios. | 330 |
maxatome/go-testdeep | Tool for comparing and testing Go code | 436 |