Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

kaizen-c/travis-Integration

Repository files navigation

travis-Integration

Build Status

codecov

This Project is used to demonstrate how to integrate Travis-CI, CodeCov, GitHub and Heroku.

  1. GitHub: To push the code and trigger the Travis CI.
  2. Travis CI: To run the tests and build the code for production.
  3. Heroku: To deploy the code automatically once the tests/build is passed successfully.
  4. CodeCov:To measure the test coverage of your codebase

Prerequisites

Apart from having accounts created in above mentioned applications you will also have to make integrations between

Travis-CI and Github and for that do check following documentation.

next step is to use CodeCov with travis-Ci and a great tutorial could be found here.

Here i have used python to build up a simple web application using Flask. This will expose an endpoint where you will be able to get the consolidated results of two web URI's.

https://api.mentimeter.com/questions/48d75c359ce4 https://api.mentimeter.com/questions/48d75c359ce4/result

Here you can see how all integrations work (except CodeCov).

Alt text

Image Ref

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages