All Projects → haya14busa → goverage

haya14busa / goverage

Licence: MIT license
go test -coverprofile for multiple packages

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to goverage

Shellspec
A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
Stars: ✭ 375 (+331.03%)
Mutual labels:  coverage, test
Kahlan
✔️ PHP Test Framework for Freedom, Truth, and Justice
Stars: ✭ 1,065 (+1124.14%)
Mutual labels:  coverage, test
pytest-coverage-comment
Comments a pull request with the pytest code coverage badge and full report
Stars: ✭ 32 (-63.22%)
Mutual labels:  coverage, test
Devel Cover
Code coverage metrics for Perl
Stars: ✭ 91 (+4.6%)
Mutual labels:  coverage, test
cover.run
Code coverage
Stars: ✭ 34 (-60.92%)
Mutual labels:  coverage, test
jest-it-up
🌐📈 Automatically bump up global Jest thresholds whenever coverage goes above them
Stars: ✭ 37 (-57.47%)
Mutual labels:  coverage, test
Gogradle
A Gradle Plugin Providing Full Support for Go
Stars: ✭ 712 (+718.39%)
Mutual labels:  coverage, test
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (+180.46%)
Mutual labels:  coverage, test
kotlin-plugin-generated
A Kotlin compiler plugin that annotates Kotlin-generated methods for improved coverage reports
Stars: ✭ 33 (-62.07%)
Mutual labels:  coverage, test
angular-cli-skeleton
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
Stars: ✭ 32 (-63.22%)
Mutual labels:  coverage, test
goverreport
Command line tool for coverage reporting and validation
Stars: ✭ 44 (-49.43%)
Mutual labels:  coverage, test
local-data-api
Data API for local, you can write unittest for AWS Aurora Serverless's Data API
Stars: ✭ 99 (+13.79%)
Mutual labels:  test
xray-action
... a GitHub action to import test results into "Xray" - A complete Test Management tool for Jira.
Stars: ✭ 16 (-81.61%)
Mutual labels:  test
xv
❌ ✔️ zero-config test runner for simple projects
Stars: ✭ 588 (+575.86%)
Mutual labels:  test
demos
永恒君的案例库
Stars: ✭ 19 (-78.16%)
Mutual labels:  test
action-junit-report
Reports junit test results as GitHub Pull Request Check
Stars: ✭ 103 (+18.39%)
Mutual labels:  test
instapy-docs
📜 Public information for users, testers, contributors, maintainers
Stars: ✭ 60 (-31.03%)
Mutual labels:  test
pyvsc
Python packages providing a library for Verification Stimulus and Coverage
Stars: ✭ 58 (-33.33%)
Mutual labels:  coverage
jaymock-cli
Mock an API and generate fake JSON test data, right from the terminal.
Stars: ✭ 13 (-85.06%)
Mutual labels:  test
BaseUrlManager
⛵ BaseUrlManager的设计初衷主要用于开发时,有多个环境需要打包APK的场景,通过BaseUrlManager提供的BaseUrl动态设置入口,只需打一次包,即可轻松随意的切换不同的开发环境或测试环境。在打生产环境包时,关闭BaseUrl动态设置入口即可。
Stars: ✭ 43 (-50.57%)
Mutual labels:  test

goverage - go test -coverprofile for multiple packages

CircleCI LICENSE

The solution of golang/go#6909 with one binary.

Installation

go get -u github.com/haya14busa/goverage

Usage

Usage:  goverage [flags] -coverprofile=coverage.out packages

Flags:
  -covermode string
        sent as covermode argument to go test
  -coverprofile string
        Write a coverage profile to the file after all tests have passed
  -cpu string
        sent as cpu argument to go test
  -go-binary
        An alternative 'go' binary to run the tests, for example to use 'richgo' for
        more human-friendly output.
  -parallel string
        sent as parallel argument to go test
  -race
        enable data race detection
  -short
        sent as short argument to go test
  -timeout string
        sent as timeout argument to go test
  -v    sent as v argument to go test
$ goverage -v -coverprofile=coverage.out ./...
$ go tool cover -html=coverage.out

🐦 Author

haya14busa (https://github.com/haya14busa)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].