Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate logging functions in base apport module #481

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bdrung
Copy link
Collaborator

@bdrung bdrung commented Mar 21, 2025

Deprecate using the logging functions directly from the base apport module. Users should import the logging functions from apport.logging instead.

bdrung added 2 commits March 21, 2025 11:51
Lazy load logging functions in base apport module for faster module
loading.
Deprecate using the logging functions directly from the base `apport`
module. Users should import the logging functions from `apport.logging`
instead.
@bdrung bdrung force-pushed the deprecate-apport-logging branch from dde8b95 to d2effc0 Compare March 21, 2025 11:01
Copy link

codecov bot commented Mar 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.93%. Comparing base (2d5822d) to head (d2effc0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
+ Coverage   83.92%   83.93%   +0.01%     
==========================================
  Files         101      101              
  Lines       20444    20459      +15     
  Branches     3215     3217       +2     
==========================================
+ Hits        17157    17172      +15     
  Misses       2839     2839              
  Partials      448      448              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bdrung bdrung requested a review from schopin-pro March 21, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant