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

Update config.rst wrt ignored .coveragerc settings #429

Merged
merged 2 commits into from Sep 5, 2020

Commits on Aug 28, 2020

  1. Update config.rst wrt ignored .coveragerc settings

    I took a while to figure out why coverage wasn't working correctly for our large project until yesterday, when I read the paragraph that called out the `.coveragerc` options that `pytest-cov` ignores.  
    
    This PR makes that part of the documentation "pop" a bit more.
    
    I considered moving it under "Caveats", but decided that that would mean rewriting "Caveats" to have two separate issues, rather than the one that it currently explains.
    PamelaM committed Aug 28, 2020
    Copy the full SHA
    c476b16 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Copy the full SHA
    b62f0c2 View commit details
    Browse the repository at this point in the history