Closed lrafeei closed 1 day ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | bandit | 4 | 0 | 5.34s | |
✅ PYTHON | black | 6 | 0 | 0 | 1.44s |
✅ PYTHON | flake8 | 6 | 0 | 0.76s | |
✅ PYTHON | isort | 6 | 0 | 0 | 0.34s |
✅ PYTHON | pylint | 6 | 0 | 6.02s |
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 72.54902%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 81.17%. Comparing base (
dacf155
) to head (fd3b91c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR aims to alleviate some of the time consumed by package data collection in the
connect
cycle. Instead of collecting all modules used in the application at startup, the agent uses the fast harvest cycle to incrementally collect this data and sends it though theupdate_loaded_modules
endpoint instead of theconnect
endpoint (through the "environment" key).Note: despite the term "Jars" not being used by Python to refer to packages/modules, this is the exact string the endpoint needs in order to process the data.