material-foundation / material-remixer-android

Remixer for Android. Live adjustment of app variables.
Apache License 2.0
774 stars 54 forks source link

Add Javadoc autogeneration that works on Jitpack #109

Closed miguelandres closed 7 years ago

miguelandres commented 7 years ago

Generates javadoc that includes the whole scope of remixer_core, remixer_annotation, remixer_ui and remixer_storage, merging all of them into one source set.

Hacks had to be made to accommodate the fact that some are java libraries and some are android libraries.

Added a link to the develop branch snapshot's javadoc to the Readme. this link won't work until this diff is merged but you can preview it on the javadoc branch snapshot.

Fixes #60

chuga commented 7 years ago

👏

codecov-io commented 7 years ago

Current coverage is 68.96% (diff: 100%)

Merging #109 into develop will not change coverage

@@            develop       #109   diff @@
==========================================
  Files            49         49          
  Lines          1247       1247          
  Methods           0          0          
  Messages          0          0          
  Branches        146        146          
==========================================
  Hits            860        860          
  Misses          335        335          
  Partials         52         52          

Powered by Codecov. Last update 35d7189...9e434b3