issues
search
nebulab
/
reverse_coverage
A tool to find the test examples which cover a specific line (or set of lines) of a Ruby project
MIT License
78
stars
7
forks
source link
JS tree improvements
#7
Closed
blocknotes
closed
5 years ago
blocknotes
commented
5 years ago
Some ideas:
add site reference for treeview:
https://github.com/nebulab/reverse_coverage/pull/5/commits/798de6f0a6d6b071781b7c928855a0950f0c498a#diff-62c69fb43e862c0fff4b466fa261256cR1
change the behavior here to create the DOM node when opened and remove the node from DOM when closed:
https://github.com/nebulab/reverse_coverage/pull/5/commits/798de6f0a6d6b071781b7c928855a0950f0c498a#diff-3b068f56602f423ec517d97ee6ff4f87R140
blocknotes
commented
5 years ago
Implemented in #9 🚀
Some ideas: