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

Support patterns in module names #917

Closed
wants to merge 1 commit into from

Conversation

kvalev
Copy link

@kvalev kvalev commented Jan 8, 2020

This PR adds support for using patterns in the source module names. For example the following configuration will match both the coverage, as well as the mycoverage modules:

[run]
source = .*coverage

@kvalev
Copy link
Author

kvalev commented Jan 8, 2020

Let me know if you agree in principle with the changes in the PR and I will also update the documentation accordingly.

@kvalev
Copy link
Author

kvalev commented Nov 28, 2020

@nedbat Any chance of getting this PR approved?

@nedbat
Copy link
Owner

nedbat commented Nov 28, 2020

Hi, sorry that I let this get so old. Can you tell me more about the problem you are solving with this change?

@kvalev
Copy link
Author

kvalev commented Dec 2, 2020

We are using one framework, which generates code in temporary modules on the fly, so in case we want to measure the code coverage of the generated modules (we do), we need a way to match the dynamic module names.

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.

2 participants