Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphahydrae/codecov
Codecov integration in various languages
https://github.com/alphahydrae/codecov
codecov coverage elixir nodejs ruby testing
Last synced: about 1 month ago
JSON representation
Codecov integration in various languages
- Host: GitHub
- URL: https://github.com/alphahydrae/codecov
- Owner: AlphaHydrae
- License: mit
- Created: 2020-07-02T20:20:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:48:12.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T05:09:07.452Z (9 months ago)
- Topics: codecov, coverage, elixir, nodejs, ruby, testing
- Language: Elixir
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Codecov
[Codecov.io](https://codecov.io) integration in various languages.
[![Codecov](https://codecov.io/gh/AlphaHydrae/codecov/branch/master/graph/badge.svg)](https://codecov.io/gh/AlphaHydrae/codecov)
[![Build Status](https://travis-ci.org/AlphaHydrae/codecov.svg?branch=master)](https://travis-ci.org/AlphaHydrae/codecov)
[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT)This project contains sample test suites for the following languages and test
libraries:* [Elixir](./elixir) - ([ExUnit](https://hexdocs.pm/ex_unit/ExUnit.html),
[ExCoveralls](https://github.com/parroty/excoveralls#readme))
* [JavaScript](./javascript) - ([Karma](https://karma-runner.github.io),
[Mocha](https://mochajs.org), [Webpack](https://webpack.js.org/))
* [Node.js](./node) - ([Mocha](https://mochajs.org),
[Chai](https://www.chaijs.com), [nyc](https://github.com/istanbuljs/nyc))
* [PHP](./php) - ([PHPUnit](https://phpunit.de))
* [Ruby](./ruby) - ([RSpec](https://rspec.info),
[SimpleCov](https://github.com/colszowka/simplecov))These test suites are run concurrently on [Travis
CI](https://travis-ci.org/github/AlphaHydrae/codecov) using a [build
matrix](https://docs.travis-ci.com/user/build-matrix/). This is configured in
[`.travis.yml`](./.travis.yml).Coverage statistics for each test suite are uploaded to
[Codecov](https://codecov.io) where they are merged into a single [**combined
coverage report**](https://codecov.io/gh/AlphaHydrae/codecov) for the entire
project.