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

[MRG] Update docs with note about logging config #903

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

scaramallion
Copy link
Member

@scaramallion scaramallion commented Jan 2, 2024

Reference issue

Tasks

  • Fix or feature added
  • Documentation and examples updated (if relevant)
  • Unit tests passing and coverage at 100% after adding fix/feature

Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9dc16ef) 100.00% compared to head (d712515) 100.00%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #903   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         8690      8703   +13     
=========================================
+ Hits          8690      8703   +13     
Files Coverage Δ
pynetdicom/__init__.py 100.00% <100.00%> (ø)
pynetdicom/_handlers.py 100.00% <100.00%> (ø)
pynetdicom/_validators.py 100.00% <100.00%> (ø)
pynetdicom/acse.py 100.00% <100.00%> (ø)
pynetdicom/ae.py 100.00% <100.00%> (ø)
pynetdicom/association.py 100.00% <100.00%> (ø)
pynetdicom/dimse.py 100.00% <100.00%> (ø)
pynetdicom/dimse_messages.py 100.00% <100.00%> (ø)
pynetdicom/dimse_primitives.py 100.00% <100.00%> (ø)
pynetdicom/dsutils.py 100.00% <100.00%> (ø)
... and 13 more

... and 1 file with indirect coverage changes

@scaramallion scaramallion changed the title [WIP] Update docs with note about logging config [MRG] Update docs with note about logging config Jan 2, 2024
@scaramallion scaramallion merged commit a952c71 into pydicom:main Jan 2, 2024
11 checks passed
@scaramallion scaramallion deleted the dev-logging branch January 2, 2024 06:11
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.

Initialize logging to avoid suppressing exceptions
1 participant