You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ puncover_html.py HTML_OUT_PATH
36
36
37
37
## TODOS
38
38
39
-
- Add feature to look for symbols.
39
+
- Add feature to look for symbols (i.e. button "Analyze text snippet").
40
+
- Priority: LOW
41
+
Puncover does this by using [rack.html.jinja](https://github.com/HBehrens/puncover/blob/3ca21079d1cda26e49070a38e75a473a1109859b/puncover/renderers.py#L342) template and the info it has on symbols.
42
+
- Javascript to index all symbols
43
+
- Look for symbols in the text editor
44
+
- Add the stats simlar to the rack.html.jinja
45
+
Feature is welcomed but not necessary to analyze reports with CI/CD
0 commit comments