stable-baselines3/.coveragerc

12 lines
161 B
Text
Raw Normal View History

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