Skip to content

Commit

Permalink
Ignore WSGI server in test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 21, 2020
1 parent 3858889 commit abd3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[run]
branch = True
source = ./labthings
omit = .venv/*
omit = .venv/*, labthings/server/wsgi/*
concurrency = greenlet

[report]
Expand Down

0 comments on commit abd3d75

Please sign in to comment.