c-okelly / org_to_anki

Python3 module to convert Txt, Org or LibreOffice files into Anki decks
MIT License
64 stars 10 forks source link

Add support for tags #47

Closed c-okelly closed 5 years ago

c-okelly commented 5 years ago

Add documentation

codecov-io commented 5 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   82.62%   82.84%   +0.21%     
==========================================
  Files          20       20              
  Lines        1105     1119      +14     
==========================================
+ Hits          913      927      +14     
  Misses        192      192
Impacted Files Coverage Δ
src/org_to_anki/ankiClasses/AnkiQuestion.py 96.7% <100%> (+0.11%) :arrow_up:
src/org_to_anki/org_parser/ParserUtils.py 100% <100%> (ø) :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 6c173b7...5227ce1. Read the comment docs.

c-okelly commented 5 years ago

pr for #45