Skip to content

Commit 185547d

Browse files
author
Joel Collins
committed
Exclude Flask proxy submodule from coverage
1 parent d18f1e2 commit 185547d

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/wsgi.py, ./src/labthings/monkey.py, ./src/labthings/server/*, ./src/labthings/core/*, ./src/labthings/example_components/*
4+
omit = .venv/*, ./src/labthings/wsgi.py, ./src/labthings/monkey.py, ./src/labthings/responses.py, ./src/labthings/server/*, ./src/labthings/core/*, ./src/labthings/example_components/*
55
concurrency = thread
66

77
[report]

0 commit comments

Comments
 (0)