Closed hmstepanek closed 3 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | black | 1 | 0 | 0 | 0.73s |
✅ PYTHON | flake8 | 1 | 0 | 0.37s | |
✅ PYTHON | isort | 1 | 0 | 0 | 0.19s |
✅ PYTHON | pylint | 1 | 0 | 2.96s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.57%. Comparing base (
772adec
) to head (08a512a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Fix failing aiohttp tests by moving the connector instantiation inside event loop.