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 02096ea commit 60180b0Copy full SHA for 60180b0
.coveragerc-py37
@@ -12,14 +12,11 @@ omit =
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
22
23
- # Exclude async-specific classes and functions in execution_id.py
24
class AsgiMiddleware:
25
- def set_execution_context_async
+ def set_execution_context_async
+ return create_asgi_app_from_module
+ app = create_asgi_app\(target, source, signature_type\)
0 commit comments