Skip to content

Commit 60180b0

Browse files
committed
fix: expand coverage exclusion for py37
1 parent 02096ea commit 60180b0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.coveragerc-py37

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ omit =
1212

1313
[report]
1414
exclude_lines =
15-
# Have to re-enable the standard pragma
1615
pragma: no cover
17-
18-
# Don't complain about async-specific imports and code
1916
from functions_framework.aio import
2017
from functions_framework._http.asgi import
2118
from functions_framework._http.gunicorn import UvicornApplication
22-
23-
# Exclude async-specific classes and functions in execution_id.py
2419
class AsgiMiddleware:
25-
def set_execution_context_async
20+
def set_execution_context_async
21+
return create_asgi_app_from_module
22+
app = create_asgi_app\(target, source, signature_type\)

0 commit comments

Comments
 (0)