Skip to content

Commit cf9c867

Browse files
committed
Updated test exclusions
1 parent 2585abd commit cf9c867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[run]
22
branch = True
33
source = ./src/labthings
4-
omit = .venv/*, ./src/labthings/server/wsgi/*, ./src/labthings/server/monkey.py
4+
omit = .venv/*, ./src/labthings/wsgi.py, ./src/labthings/monkey.py, ./src/labthings/server/*, ./src/labthings/core/*
55
concurrency = greenlet
66

77
[report]

0 commit comments

Comments
 (0)