Skip to content

Conversation

@mauvilsa
Copy link
Member

@mauvilsa mauvilsa commented Nov 28, 2025

What does this PR do?

  • Signature methods now when given sub_configs=True, list of paths types can now receive a file containing a list of paths.
  • List of paths types now show in the help the supported options for providing paths.

Fixes #802

Before submitting

  • Did you read the contributing guideline?
  • [n/a] Did you update the documentation? (readme and public docstrings)
  • Did you write unit tests such that there is 100% coverage on related code? (required for bug fixes and new features)
  • Did you verify that new and existing tests pass locally?
  • Did you make sure that all changes preserve backward compatibility?
  • Did you update the CHANGELOG including a pull request link? (not for typos, docs, test updates, or minor internal changes/refactors)

@mauvilsa mauvilsa added the enhancement New feature or request label Nov 28, 2025
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (966d78d) to head (aac5c70).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #816   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         7212      7220    +8     
=========================================
+ Hits          7212      7220    +8     

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

@sonarqubecloud
Copy link

@mauvilsa mauvilsa merged commit 8ad02de into main Nov 28, 2025
31 checks passed
@mauvilsa mauvilsa deleted the issue-802-add-class-list-path branch November 28, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List of Path via add_class_arguments

2 participants