stable-baselines3/.coveragerc

14 lines
242 B
Text
Raw Normal View History

2019-09-06 08:44:55 +00:00
[run]
branch = False
omit =
tests/*
setup.py
2020-02-12 13:31:15 +00:00
# Require graphical interface
torchy_baselines/common/results_plotter.py
2019-09-06 08:44:55 +00:00
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError()
2020-01-27 13:32:31 +00:00
if typing.TYPE_CHECKING: