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

Testing K2 Integration

Open umaannamalai opened this issue 1 year ago β€’ 3 comments

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 Jun 01 '23 18:06 umaannamalai

πŸ¦™ MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
βœ… PYTHON bandit 3 0 6.29s
βœ… PYTHON black 6 4 0 1.69s
❌ PYTHON flake8 6 1 0.78s
βœ… PYTHON isort 6 4 0 0.27s
βœ… PYTHON pylint 6 0 10.62s

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 Jun 01 '23 18:06 github-actions[bot]

Codecov Report

Merging #820 (3d44b8c) into develop-k2-integration (c2d4629) will decrease coverage by 3.17%. The diff coverage is 85.71%.

:exclamation: Current head 3d44b8c differs from pull request most recent head fe17e36. Consider uploading reports for the commit fe17e36 to get more accurate results

@@                    Coverage Diff                     @@
##           develop-k2-integration     #820      +/-   ##
==========================================================
- Coverage                   76.40%   73.24%   -3.17%     
==========================================================
  Files                         198      198              
  Lines                       19327    19369      +42     
  Branches                     3307     3308       +1     
==========================================================
- Hits                        14766    14186     -580     
- Misses                       3716     4268     +552     
- Partials                      845      915      +70     
Impacted Files Coverage Ξ”
newrelic/config.py 55.54% <64.70%> (+0.11%) :arrow_up:
newrelic/core/config.py 94.56% <100.00%> (+0.05%) :arrow_up:

... and 57 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Jun 01 '23 20:06 codecov-commenter

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 12 '23 06:08 stale[bot]