We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734add5 commit bbd1f12Copy full SHA for bbd1f12
.coveragerc-py37
@@ -4,7 +4,18 @@
4
# This file is only used by py37-* tox environments
5
omit =
6
*/functions_framework/aio/*
7
+ */functions_framework/_http/asgi.py
8
*/.tox/*
9
*/tests/*
10
*/venv/*
- */.venv/*
11
+ */.venv/*
12
+
13
+[report]
14
+exclude_lines =
15
+ # Have to re-enable the standard pragma
16
+ pragma: no cover
17
18
+ # Don't complain about async-specific imports and code
19
+ from functions_framework.aio import
20
+ from functions_framework._http.asgi import
21
+ from functions_framework._http.gunicorn import UvicornApplication
0 commit comments