An open API service indexing awesome lists of open source software.

https://github.com/particleflux/kcov-bats-circleci-codeclimate

An example on how to combine bats, kcov, Circle CI and Code Climate
https://github.com/particleflux/kcov-bats-circleci-codeclimate

bash circleci codeclimate codequality continuous-integration coverage devops test-automation unit-testing

Last synced: 4 days ago
JSON representation

An example on how to combine bats, kcov, Circle CI and Code Climate

Awesome Lists containing this project

README

          

# kcov-bats-circleci-codeclimate

**Archived** Codeclimate no longer exists, they're now qlty.sh, the old config and coverage reporting no logner works.

[![CircleCI](https://circleci.com/gh/particleflux/kcov-bats-circleci-codeclimate.svg?style=shield)](https://circleci.com/gh/particleflux/kcov-bats-circleci-codeclimate)
[![Test Coverage](https://api.codeclimate.com/v1/badges/da9822206885bc00d817/test_coverage)](https://codeclimate.com/github/particleflux/kcov-bats-circleci-codeclimate/test_coverage)

A small example on how to set up [kcov] for gathering [bats] bash script test
coverage in combination with [CircleCI] and [Code Climate].

[CircleCI]: https://circleci.com
[Code Climate]: https://codeclimate.com/
[kcov]: https://github.com/SimonKagstrom/kcov/
[bats]: https://github.com/bats-core/bats-core