Open hmstepanek opened 3 days ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | bandit | 4 | 0 | 6.2s | |
✅ PYTHON | black | 5 | 0 | 0 | 2.48s |
✅ PYTHON | flake8 | 5 | 0 | 1.2s | |
✅ PYTHON | isort | 5 | 0 | 0 | 0.37s |
✅ PYTHON | pylint | 5 | 0 | 9.54s |
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 47.12644%
with 46 lines
in your changes missing coverage. Please review.
Project coverage is 81.12%. Comparing base (
a5d0de3
) to head (67a128e
).
Files with missing lines | Patch % | Lines |
---|---|---|
newrelic/hooks/external_botocore.py | 44.92% | 24 Missing and 14 partials :warning: |
newrelic/core/config.py | 52.94% | 6 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Add AWS entity agent attributes to DynamoDB spans. See implementation_guides/aws-sdk.md in agent specs for details. Note this is dependent on https://github.com/newrelic/newrelic-python-agent/pull/1249.