newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Parallel Wheel Builds #1024

Closed TimPansino closed 8 months ago

TimPansino commented 8 months ago

Overview

github-actions[bot] commented 8 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 1 0 0 0.63s
✅ PYTHON flake8 1 0 0.38s
✅ PYTHON isort 1 0 0 0.22s
✅ PYTHON pylint 1 0 1.72s
✅ YAML prettier 1 1 0 0.66s
✅ YAML v8r 1 0 2.21s
✅ YAML yamllint 1 0 0.23s

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_

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (3962f54) 81.02% compared to head (c0b65c2) 81.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1024 +/- ## ======================================= Coverage 81.02% 81.02% ======================================= Files 190 190 Lines 19641 19641 Branches 3431 3431 ======================================= Hits 15914 15914 Misses 2735 2735 Partials 992 992 ```

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

hmstepanek commented 8 months ago

Closing this since this PR does it and more: https://github.com/newrelic/newrelic-python-agent/pull/1024.

TimPansino commented 8 months ago

@hmstepanek You closed the wrong one 😆