newrelic-python-agent icon indicating copy to clipboard operation
newrelic-python-agent copied to clipboard

Add support for account level AIM disable.

Open umaannamalai opened this issue 1 year ago • 2 comments
trafficstars

Before contributing, please read our contributing guidelines and code of conduct.

Overview

Describe the changes present in the pull request

Related Github Issue

Include a link to the related GitHub issue, if applicable

Testing

The agent includes a suite of tests which should be used to verify your changes don't break existing functionality. These tests will run with Github Actions when a pull request is made. More details on running the tests locally can be found here, For most contributions it is strongly recommended to add additional tests which exercise your changes.

umaannamalai avatar Jul 03 '24 19:07 umaannamalai

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 5.44s
✅ PYTHON black 4 0 0 1.28s
✅ PYTHON flake8 4 0 0.85s
✅ PYTHON isort 4 0 0 0.21s
✅ PYTHON pylint 4 0 5.13s

See detailed report in MegaLinter reports Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

github-actions[bot] avatar Jul 03 '24 19:07 github-actions[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.65%. Comparing base (9b6b2e5) to head (81f76ed).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1175      +/-   ##
==========================================
+ Coverage   81.50%   81.65%   +0.14%     
==========================================
  Files         196      196              
  Lines       21675    21680       +5     
  Branches     3783     3784       +1     
==========================================
+ Hits        17666    17702      +36     
+ Misses       2919     2881      -38     
- Partials     1090     1097       +7     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jul 03 '24 19:07 codecov-commenter