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

Add dependabot support #1047

Closed hmstepanek closed 9 months ago

hmstepanek commented 9 months ago

Add dependabot support via requirements.txt.

github-actions[bot] commented 9 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ YAML prettier 1 0 0 0.49s
✅ YAML v8r 1 0 1.76s
✅ YAML yamllint 1 0 0.19s

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 (2b14392) 81.21% compared to head (7b11eb8) 81.22%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1047 +/- ## ======================================= Coverage 81.21% 81.22% ======================================= Files 190 190 Lines 19728 19745 +17 Branches 3462 3468 +6 ======================================= + Hits 16022 16037 +15 - Misses 2718 2719 +1 - Partials 988 989 +1 ```

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

hmstepanek commented 9 months ago

Fixed in https://github.com/newrelic/newrelic-python-agent/pull/1042.