-
Notifications
You must be signed in to change notification settings - Fork 2
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
avoid raising DCO010 for overloads #21
Conversation
Thanks for submitting this, it looks like there are some code coverage issues. Once resolved please I'm happy to merge this |
@jdkandersson This is strange: the line 326 in |
I start to see the point. |
@jdkandersson This is very strange… When I run python -m pytest -v --tb native -s --cov=flake8_docstrings_complete --cov=tests --cov-branch
python -m coverage report I get:
But when I run: python -m coverage run -m pytest -v --tb native -s # or with an extra --cov-branch
python -m coverage report I get:
Any idea why the branch coverage report is different with the same test suite? |
I created a PR for this, please confirm that it addresses the feature request: #22 I realised that a few pieces of logic were in the wrong place. Not sure what is going on with the coverage checking. I recommend using the |
Superseded by #22 |
closes #20