newrelic / newrelic-python-agent

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

Update PyPy in CI to 3.10 #1065

Closed TimPansino closed 8 months ago

TimPansino commented 9 months ago

Overview

github-actions[bot] commented 9 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 1 0 0 0.71s
✅ PYTHON flake8 1 0 0.4s
✅ PYTHON isort 1 0 0 0.22s
❌ PYTHON pylint 1 2 3.12s
✅ YAML prettier 1 1 0 1.04s
✅ YAML v8r 1 0 2.04s
✅ YAML yamllint 1 0 0.42s

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 9 months ago

Codecov Report

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

Comparison is base (d53f278) 81.21% compared to head (38eeb36) 75.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1065 +/- ## ========================================== - Coverage 81.21% 75.01% -6.21% ========================================== Files 190 190 Lines 19747 19747 Branches 3468 3468 ========================================== - Hits 16038 14813 -1225 - Misses 2720 3911 +1191 - Partials 989 1023 +34 ```

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

TimPansino commented 8 months ago

Last test run passing, switching the CI image tag back to latest

https://github.com/newrelic/newrelic-python-agent/actions/runs/7982302622?pr=1065