# Set up Travis CI and code coverage for open-source Android projects

DevFeed: [Set up Travis CI and code coverage for open-source Android projects](<https://devfeed.tech/articles/level-up-github-builds-with-ci-and-code-coverage-28640.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2015/11/13/traviscoveralls/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2015-11-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [ci](<https://devfeed.tech/topics/ci.md>), [test-coverage](<https://devfeed.tech/topics/test-coverage.md>), [Travis CI](<https://devfeed.tech/topics/travis-ci.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [unit tests](<https://devfeed.tech/topics/unit-tests.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [also](<https://devfeed.tech/tags/also.md>), [android](<https://devfeed.tech/tags/android.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [ci](<https://devfeed.tech/tags/ci.md>), [code-coverage](<https://devfeed.tech/tags/code-coverage.md>), [continuous-integration](<https://devfeed.tech/tags/continuous-integration.md>), [coverage](<https://devfeed.tech/tags/coverage.md>), [github](<https://devfeed.tech/tags/github.md>), [tools](<https://devfeed.tech/tags/tools.md>), [travis-ci](<https://devfeed.tech/tags/travis-ci.md>), [unit-tests](<https://devfeed.tech/tags/unit-tests.md>)

## AI overview

This tutorial explains how to configure Travis CI to build open-source Android projects, run unit tests, generate code coverage reports, and integrate with GitHub pull requests.

## Source excerpt

Wouldn't you love to have your open source projects built automatically by a continuous integration server? And to have a detailed code coverage report for all your unit tests?