asgi: Add ASGI middleware (#716)

Adding an ASGI extension.

Co-authored-by: Emil Madsen <sovende@gmail.com>
Co-authored-by: alrex <alrex.boten@gmail.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
This commit is contained in:
Tahir H. Butt
2020-05-27 12:17:35 -04:00
committed by GitHub
parent 157f6ba035
commit 45a003f307

View File

@ -31,6 +31,9 @@ cov docs/examples/opentelemetry-example-app
# aiohttp is only supported on Python 3.5+.
if [ ${PYTHON_VERSION_INFO[1]} -gt 4 ]; then
cov ext/opentelemetry-ext-aiohttp-client
# ext-asgi is only supported on Python 3.5+.
if [ ${PYTHON_VERSION_INFO[1]} -gt 4 ]; then
cov ext/opentelemetry-ext-asgi
fi
coverage report --show-missing