Skip to content

Commit 48b3d0c

Browse files
committed
Omit demangled_tester in coverage
That test is not run because it is broken. I have no real intention to keep this feature working. CastXML does not provide demangled names, so this test will be dropped soon anyway.
1 parent 6d8272b commit 48b3d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source = pygccxml,docs/examples,unittests
33
# unittest/misc contains some tests that are just there for debugging
44
# purposes and which do not need to be covered.
5-
omit = unittests/misc
5+
omit = unittests/misc,unittests/demangled_tester.py
66
parallel = True
77

88
[report]

0 commit comments

Comments
 (0)