DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
820 stars 149 forks source link

Fix javadoc html generation #70

Closed DevAhamed closed 5 years ago

DevAhamed commented 5 years ago

This pr fixes the javadoc html files generation. For adapter module, target path for generated html files is git-ignored. This avoids polluting the diff in commits. For now we have to manually copy these generated files to 'gh-pages' (documentation) branch.

codecov-io commented 5 years ago

Codecov Report

Merging #70 into 2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              2.x      #70   +/-   ##
=======================================
  Coverage   74.88%   74.88%           
=======================================
  Files          20       20           
  Lines        1103     1103           
  Branches      167      167           
=======================================
  Hits          826      826           
  Misses        179      179           
  Partials       98       98

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6bd6e15...f1c0f50. Read the comment docs.