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
- Host: GitHub
- URL: https://github.com/particleflux/kcov-bats-circleci-codeclimate
- Owner: particleflux
- License: mit
- Archived: true
- Created: 2017-11-12T18:23:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-26T20:02:46.000Z (3 months ago)
- Last Synced: 2025-07-27T00:01:56.226Z (3 months ago)
- Topics: bash, circleci, codeclimate, codequality, continuous-integration, coverage, devops, test-automation, unit-testing
- Language: Shell
- Size: 8.79 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://circleci.com/gh/particleflux/kcov-bats-circleci-codeclimate)
[](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