TusharChugh / travis-gcov-gtest-example

Travis CI integration with gtest and gcov with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

travis-gcov-gtest-example

Demo for integrating travis CI for continous integration, codecov for code coverage. GTests are used for testing the dummy add class created just for the purpose of demo.

Language: C++
Compiler: gcc-6
CMake: 3.5
Test Framework: gtest
Code coverage: gcov, codecov.io
CI Build servers: Travis CI

Instructions to Run

  1. Clone the project
  2. Setup your account on travis
  3. Setup account on codecov.io
  4. Create and push this code your own repo on github/bitbucket
  5. Setup this project on travis and codecov.io
  6. Change the URL in this readme file

About

Travis CI integration with gtest and gcov with C++


Languages

Language:C++ 83.5%Language:Python 11.2%Language:Makefile 2.3%Language:CMake 1.3%Language:Shell 0.7%Language:M4 0.6%Language:C 0.4%