AdamNiederer / AdamNiederer/cov
Add function to easily find not covered code sections
未關閉
- 主要語言
- Emacs Lisp
- 星號
- 96
- 分支
- 20
- PR 合併指標
- 30 天內沒有已合併 PR
描述
When editing code I want to be able to check easily where the not covered code sections are. In a larger file it is tedious to scroll through the whole file watching the fringe, if there is a not covered section.
I would like to have two features:
* a function `cov-next-uncovered` to jump to the next uncovered code section after `(point)`. If there is none then it should start from the beginning of the file. If there is no uncovered section at all, there should be a message like `No uncovered section in file.`
* the mode lighter should indicate how many lines are uncovered.
I would volunteer for the implementation.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。