Closed
Description
Characteristics
- Issue Type: maintenance
Description
I just found out that these parameters might be confusing after the last fix.
skipModules
excludes tests from a given module and ensures that no code is fetched from the module (since fix #22). However, targetModules
was not adjusted by #22 and includes tests from the specified modules without filtering the code. The difference between these two parameters might be unexpected.
Proposal
- Shall we remove the
skipModules
parameter and replace it byskipTestsFromModules
andskipCodeFromModules
? - Do we need a migration or something similar for that?
- Do we need
targetModules
? Is this often used? If not, can it be removed? Shall it be split similarily otherwise?
Any thoughts on this?
Metadata
Metadata
Assignees
Labels
No labels