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

Bad regex in config should get an earlier error message #349

Closed
nedbat opened this issue Jan 13, 2015 · 1 comment
Closed

Bad regex in config should get an earlier error message #349

nedbat opened this issue Jan 13, 2015 · 1 comment
Labels
bug Something isn't working report

Comments

@nedbat
Copy link
Owner

nedbat commented Jan 13, 2015

In a .coveragerc, add an exclude_lines regex that is a bad regex:

[report]
exclude_lines =
    foo(

This won't complain until the actual report, which will get a regex error message on every line.


@nedbat
Copy link
Owner Author

nedbat commented Jan 17, 2015

Fixed in a118248713a7 (bb).

@nedbat nedbat closed this as completed Jan 17, 2015
@nedbat nedbat added major bug Something isn't working report labels Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working report
Projects
None yet
Development

No branches or pull requests

1 participant