kt3k / saku

:m: Markdown-based task runner
MIT License
72 stars 4 forks source link

Task grouping #31

Closed kt3k closed 6 years ago

kt3k commented 6 years ago

This PR adds the function to group the tasks by the levels of headings, which has been discussed in #28.


tasks

codecov[bot] commented 6 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #31    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          13     14     +1     
  Lines         298    398   +100     
======================================
+ Hits          298    398   +100
Impacted Files Coverage Δ
pkg/saku/logger.go 100% <100%> (ø) :arrow_up:
pkg/saku/task.go 100% <100%> (ø) :arrow_up:
pkg/saku/action_run.go 100% <100%> (ø) :arrow_up:
pkg/saku/run_options.go 100% <100%> (ø) :arrow_up:
pkg/saku/run.go 100% <100%> (ø) :arrow_up:
pkg/saku/action_info.go 100% <100%> (ø) :arrow_up:
pkg/saku/action_version.go 100% <100%> (ø) :arrow_up:
pkg/saku/task_stack.go 100% <100%> (ø)
pkg/saku/task_collection.go 100% <100%> (ø) :arrow_up:
pkg/saku/action_help.go 100% <100%> (ø) :arrow_up:
... and 2 more

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 d387a25...7043884. Read the comment docs.