Open hmstepanek opened 1 week ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | bandit | 2 | 0 | 5.81s | |
✅ PYTHON | black | 2 | 0 | 0 | 2.13s |
✅ PYTHON | flake8 | 2 | 0 | 1.27s | |
✅ PYTHON | isort | 2 | 0 | 0 | 0.36s |
✅ PYTHON | pylint | 2 | 0 | 8.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 55.55556%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 81.24%. Comparing base (
a5d0de3
) to head (0d44fc2
).
Files with missing lines | Patch % | Lines |
---|---|---|
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 cloud.aws.account_id configuration setting. This is not used in this PR but will be used in future AWS linking for the user to provide the account_id when it cannot be derived by the instrumentation. See the Entity-Relationships agent spec.