Closed TimPansino closed 1 month ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
❌ PYTHON | bandit | 1 | 1 | 4.93s | |
✅ PYTHON | black | 2 | 0 | 0 | 0.85s |
✅ PYTHON | flake8 | 2 | 0 | 0.45s | |
✅ PYTHON | isort | 2 | 0 | 0 | 0.29s |
✅ PYTHON | pylint | 2 | 0 | 3.01s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 80.22%. Comparing base (
892e66c
) to head (0e124ef
).
Files with missing lines | Patch % | Lines |
---|---|---|
newrelic/core/environment.py | 0.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
uvicorn.workers
has been moved to a separate package calleduvicorn_worker
. Check for both names of this module when reporting dispatcher information.Related Github Issue
Discovered thanks to issue #1208.
Unrelated to the problem that issue reported however.