click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

Support lazyload commands #25

Closed omercnet closed 6 years ago

omercnet commented 6 years ago

Closes #23

codecov-io commented 6 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.02%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   70.85%   70.87%   +0.02%     
==========================================
  Files           1        1              
  Lines         175      182       +7     
  Branches       46       48       +2     
==========================================
+ Hits          124      129       +5     
- Misses         43       44       +1     
- Partials        8        9       +1
Impacted Files Coverage Δ
sphinx_click/ext.py 70.87% <77.77%> (+0.02%) :arrow_up:

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 7ce2b04...cde6ddf. Read the comment docs.

omercnet commented 6 years ago

thanks @stephenfin may I ask you bump version and push to pip? my project depends on this and I'd rather not pin to git master

stephenfin commented 6 years ago

Sure. I found out I did have tests so I've added these and released 1.2.0.

omercnet commented 6 years ago

@stephenfin it's not on pypi yet

stephenfin commented 6 years ago

Forgot about that. It should be now.