Commit cffd0fa
committed
fix: exclude async-specific code from py37 coverage
The AsgiMiddleware class and set_execution_context_async function in
execution_id.py require Python 3.8+ due to async dependencies. These
are now excluded from coverage calculations in Python 3.7 environments.1 parent 054bbc4 commit cffd0fa
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments