jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Implement basic clocking support #302

Open maksbotan opened 6 years ago

maksbotan commented 6 years ago

Added four new commands:

Please review whether my changes fit your architecture and style guides :)

codecov-io commented 6 years ago

Codecov Report

Merging #302 into master will decrease coverage by 0.46%. The diff coverage is 38.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #302      +/-   ##
==========================================
- Coverage   84.38%   83.91%   -0.47%     
==========================================
  Files          49       50       +1     
  Lines        6794     6863      +69     
==========================================
+ Hits         5733     5759      +26     
- Misses       1061     1104      +43
Impacted Files Coverage Δ
ftplugin/orgmode/plugins/Date.py 85.27% <0%> (ø) :arrow_up:
ftplugin/orgmode/vimbuffer.py 70.34% <20%> (-0.89%) :arrow_down:
ftplugin/orgmode/liborgmode/orgdate.py 84.02% <36.84%> (-7.25%) :arrow_down:
ftplugin/orgmode/liborgmode/headings.py 83.55% <38.46%> (-1.18%) :arrow_down:
ftplugin/orgmode/liborgmode/logbook.py 44.11% <44.11%> (ø)

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 ce17a40...3cc8e15. Read the comment docs.