Skip to content

Commit 12eb396

Browse files
committed
Tests: Omit tracking code coverage in examples directory
1 parent 5414fe4 commit 12eb396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ xfail_strict = true
6363
branch = false
6464
source = [
6565
".",
66-
"examples",
6766
]
6867
omit = [
68+
"examples/*",
6969
"tests/*",
7070
]
7171

0 commit comments

Comments
 (0)