All Projects β†’ avelino β†’ cover.run

avelino / cover.run

Licence: MIT license
Code coverage

Programming Languages

go
31211 projects - #10 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to cover.run

jest-it-up
πŸŒπŸ“ˆ Automatically bump up global Jest thresholds whenever coverage goes above them
Stars: ✭ 37 (+8.82%)
Mutual labels:  coverage, test
goverreport
Command line tool for coverage reporting and validation
Stars: ✭ 44 (+29.41%)
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 (-5.88%)
Mutual labels:  coverage, test
goverage
go test -coverprofile for multiple packages
Stars: ✭ 87 (+155.88%)
Mutual labels:  coverage, test
Gogradle
A Gradle Plugin Providing Full Support for Go
Stars: ✭ 712 (+1994.12%)
Mutual labels:  coverage, test
Devel Cover
Code coverage metrics for Perl
Stars: ✭ 91 (+167.65%)
Mutual labels:  coverage, test
kotlin-plugin-generated
A Kotlin compiler plugin that annotates Kotlin-generated methods for improved coverage reports
Stars: ✭ 33 (-2.94%)
Mutual labels:  coverage, test
pytest-coverage-comment
Comments a pull request with the pytest code coverage badge and full report
Stars: ✭ 32 (-5.88%)
Mutual labels:  coverage, test
Shellspec
A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
Stars: ✭ 375 (+1002.94%)
Mutual labels:  coverage, test
Kahlan
βœ”οΈ PHP Test Framework for Freedom, Truth, and Justice
Stars: ✭ 1,065 (+3032.35%)
Mutual labels:  coverage, test
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (+617.65%)
Mutual labels:  coverage, test
elastic-search-test
ESIntegTestCase example
Stars: ✭ 17 (-50%)
Mutual labels:  test
code-coverage-action
GitHub Action that generates code coverage reports
Stars: ✭ 28 (-17.65%)
Mutual labels:  coverage
wire-service-jest-util
Utility library for @-wire Lightning Web Component tests
Stars: ✭ 18 (-47.06%)
Mutual labels:  test
cov
An emacs extension for displaying coverage data on your code
Stars: ✭ 65 (+91.18%)
Mutual labels:  coverage
beekeeper
Swarm Beekeeper is an orchestrator that can manage a cluster of Bee nodes and call into their API. It allows various scenario’s to be performed on these nodes. The Swarm team uses Beekeeper internally for integration tests.
Stars: ✭ 51 (+50%)
Mutual labels:  test
lwc-test
LWC plugins and utilities for testing
Stars: ✭ 39 (+14.71%)
Mutual labels:  test
SwiftParamTest
Parameterized test for Swift
Stars: ✭ 56 (+64.71%)
Mutual labels:  test
m.test
m(icro)test is a lightweight test runner for node.js written in es6+
Stars: ✭ 17 (-50%)
Mutual labels:  test
7182
Curso 7182 - Refatorando para testes de unidade
Stars: ✭ 21 (-38.24%)
Mutual labels:  test

Build Status

cover.run

cover - Generate test coverage badge for any public Go package. Supported Go versions

  • 1.11
  • 1.10
  • 1.9
  • 1.8

Supported badge styles

  • flat coverage
  • flat-square coverage

Style is specified as a query string parameter, e.g. https://cover.run/github.com/avelino/cover.run.svg?style=flat-square

Pre-requisites

  1. Docker
  2. Docker compose

How to run?

$ cd $GOPATH/src/github.com/avelino/cover.run
# build.sh builds all the required Docker images for running the tests
$ ./build.sh
$ docker-compose up
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].