Skip to content

Commit b9695b7

Browse files
committed
Fix syntax in .coveragerc
1 parent 959bd4c commit b9695b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ exclude_lines =
88
raise NotImplementedError
99
ignore_errors = True
1010
omit =
11-
docs/*
12-
tests/*
11+
docs/*
12+
tests/*

0 commit comments

Comments
 (0)