Giter Site home page Giter Site logo

robolectric-jacoco-sample's Introduction

Robolectric-JaCoCo-Sample

This project initially started out as a way to reproduce robolectric/robolectric#2230. It has since been updated to show how to get JaCoCo 0.7.6+ working with Robolectric and Android.

** Note **

This requires Gradle 2.13 for the moment. You can see the pull request here: gradle/gradle#575. If this gets pulled into another version I will update the sample.

Running

To run the sample simply clone it and run

gradlew testDebugUnitTestCoverage

Reports

You can find the output from the reports in the app/build/reports/jacoco folder.

robolectric-jacoco-sample's People

Contributors

bootstraponline avatar dampcake avatar friederbluemle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

robolectric-jacoco-sample's Issues

gradle-2.13 required?

includeNoLocationClasses is new in gradle 2.13. Is there any info about why this is required and how to make it work on older gradles?

I found:

/**
     * Whether or not classes without source location should be instrumented.
     * Defaults to {@code false}.
     *
     * This property is only taken into account if the used JaCoCo version
     * supports this option (JaCoCo version >= 0.7.6)
     */
    boolean includeNoLocationClasses = false

but that doesn't explain why it's needed for roboeletric.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.