-
Notifications
You must be signed in to change notification settings - Fork 35
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
need concrete examples of .coveragerc template configuration #19
Comments
@edwardotis can you show what you tried, and what happened? |
If you are using LiveServerTestCases - or any non-single-process test - you have to follow the coverage docs for parallel/multiprocessing and use |
Necro, but still relevant, I guess. @nedbat I just installed this today, running on django 2.0, coverage 4.5.1 and the plugin 1.6.0 My .coveragerc:
It finds no templates at all. I believe this is related to #46 But, pertaining to this particular issue, let's just say I don't know how to use the I specified |
Thanks for the feedback. I'm planning to add documentation on this front. You want the Take a look at this example You may also find |
Based on your suggested To answer your questions:
|
Got a bit more info: when run on my macbook, it was failing (exception) because debugging django templates was not turned on. Still doesn't work after turning it on though. This exception wasn't raised running on Windows though. |
Thanks for all the info! I will have some time to really look into this later this week, and will try to get to the bottom of the behavior you are describing. Quick Update September 29: Have started poking around on this front and have begun putting some docs together. Will be updating ASAP. |
Hello,
I cannot get this plugin configured to process my template directories.
There is no relevant example code either here or at the main https://coverage.readthedocs.org.
https://coverage.readthedocs.org/en/coverage-4.0.3/config.html#config
Please add a sample .coveragerc based on the django standard layout for templates.
Thank you.
The text was updated successfully, but these errors were encountered: