Skip to content

Rename configuration parameters targetModules and skipModules? #27

Closed
@nrainer

Description

@nrainer

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 by skipTestsFromModules and skipCodeFromModules?
  • 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions