lib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL for Python plugin provider
[babeltrace.git] / tests / bindings / python / bt2 / .coveragerc
CommitLineData
9cf643d1
PP
1[run]
2include = */babeltrace/bindings/python/bt2/*.py
3
4omit =
5 *native_*.py
6 */object.py
7 */utils.py
8
9[report]
10exclude_lines =
11 def __repr__
12 raise bt2\.CreationError
13 raise NotImplementedError
14 pass
This page took 0.028871 seconds and 4 git commands to generate.