doc: add readthedocs config
[rarfile.git] / .coveragerc
blob817cc40577aea5165d211be80a940f2c03aa00d5
1 [report]
2 exclude_lines =
3     ^try:
4     ^except
5     pragma: no cover
6     if __name__
7     raise NotImplementedError