Skip to content

Conversation

STORM-codess
Copy link
Contributor

This PR adds multiprocessing-logging as an optional dependency in pyproject.toml.
This allows users who want to enable logging across multiple processes to install the package with:

pip install fancylog [multiprocessing]

Copy link

codecov bot commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.15%. Comparing base (0e65dfe) to head (f016e44).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #72   +/-   ##
=======================================
  Coverage   77.15%   77.15%           
=======================================
  Files           3        3           
  Lines         197      197           
=======================================
  Hits          152      152           
  Misses         45       45           

☔ 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.

Copy link
Member

@adamltyson adamltyson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @STORM-codess, thanks for this. I've left a couple of small comments.

STORM-codess and others added 2 commits August 18, 2025 22:07
Co-authored-by: Adam Tyson <code@adamltyson.com>
Copy link
Member

@adamltyson adamltyson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I made one tiny suggestion so that the wording is consistent with the readme, and I don't think most users necessarily know what an "extra" means in this context.

Other than this, I think this is ready to merge. Thanks @STORM-codess!

Co-authored-by: Adam Tyson <code@adamltyson.com>
Copy link
Member

@adamltyson adamltyson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good, thanks!

@adamltyson adamltyson merged commit a7b04bd into neuroinformatics-unit:main Aug 19, 2025
12 checks passed
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.

Missing dep definition multiprocessing-logging
2 participants