JuulLabs / stropping

Stropping performs reflection on Dagger to make instrumented testing easier.
Apache License 2.0
4 stars 1 forks source link

Integrate JaCoCo code coverage reports and upload to codecov #10

Closed twyatt closed 4 years ago

twyatt commented 4 years ago

JaCoCo code coverage reports can be generated locally using:

./gradlew jacocoTestReport

Adds codecov badge to README (which should update once this PR is merged):

Screen Shot 2020-01-29 at 5 09 09 PM

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@dcc8677). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #10   +/-   ##
=========================================
  Coverage          ?   23.61%           
  Complexity        ?        5           
=========================================
  Files             ?       14           
  Lines             ?      326           
  Branches          ?       64           
=========================================
  Hits              ?       77           
  Misses            ?      239           
  Partials          ?       10