You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add Python 3.7 specific coverage configuration
- Create .coveragerc-py37 to exclude aio module from coverage on Python 3.7
- Use --cov-config flag to specify this file for py37 environments only
- This prevents the aio module exclusion from affecting Python 3.8+ tests
0 commit comments