-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coveragerc
More file actions
33 lines (28 loc) · 682 Bytes
/
.coveragerc
File metadata and controls
33 lines (28 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[run]
parallel = True
branch = True
source =
braket
omit =
**/braket/ir/*
**/braket/device_schema/*
**/braket/schema_common/*
**/braket/task_result/*
**/braket/default_simulator/openqasm/parser/generated/*
**/braket/default_simulator/openqasm/parser/openqasm_parser.py
[paths]
source =
src/braket
.tox/*/lib/python*/site-packages/braket
[report]
show_missing = True
ignore_errors = True
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError
[html]
directory = build/coverage
[xml]
output = build/coverage/coverage.xml