Bump version number to 0.9.3.
[tor-bridgedb.git] / .coveragerc
blob32d0c83a3cd17e35ce5e1aa65523a96f69b0d3af
1 [run]
2 source = bridgedb
3 branch = True
4 #parallel = True
5 timid = False
7 [report]
8 omit = 
9      */_langs*
10      */_version*
11      */__init__*
12      */sitecustomize*
13      */test/*
14 # Regexes for lines to exclude from report generation:
15 exclude_lines = 
16      pragma: no cover
17      # don't complain if the code doesn't hit unimplemented sections:
18      raise NotImplementedError
19      pass
20      # don't complain if non-runnable or debuging code isn't run:
21      if 0:
22      if False:
23      if self[.verbosity.]
24      if options[.verbosity.]
25      def __repr__
26      if __name__ == .__main__.:
27      except Exception as impossible:
28 # Ignore source code which cannot be found:
29 ignore_errors = True
30 # Exit with status code 2 if under this percentage is covered:
31 fail_under = 80
33 [html]
34 directory = doc/coverage-html