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

https://github.com/mmitch/ci-example

Example project for Continuous Integration and Code Coverage
https://github.com/mmitch/ci-example

codecov example travis-ci

Last synced: 3 months ago
JSON representation

Example project for Continuous Integration and Code Coverage

Awesome Lists containing this project

README

          

# ci-example
Example project for Continuous Integration and Code Coverage

## results

See the resulting TravisCI builds at
https://travis-ci.org/mmitch/ci-example

See the resulting Codecov reports at
https://codecov.io/gh/mmitch/ci-example

## shields

Visualize your current status like this:

[![Build Status](https://travis-ci.org/mmitch/ci-example.svg?branch=master)](https://travis-ci.org/mmitch/ci-example)
[![Coverage Status](https://codecov.io/github/mmitch/ci-example/coverage.svg?branch=master)](https://codecov.io/github/mmitch/ci-example?branch=master)

## prerequisites

You need accounts on both TravisCI and Codecov.io that are linked to
your Github account.