Skip to content

Consider which files should be included in coverage report

The current coverage report includes:

Name                                           Stmts   Miss  Cover
------------------------------------------------------------------
ligo/followup_advocate/__init__.py               415     36    91%
ligo/followup_advocate/jinja.py                   15      0   100%
ligo/followup_advocate/templates/__init__.py       0      0   100%
ligo/followup_advocate/tool.py                    39      0   100%
------------------------------------------------------------------
TOTAL                                            469     36    92%

We should consider adding the rest of templates and macros.py as well.