Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Infrastructure] Code coverage #277
Comments
|
What's the reasoning behind running it only for a specific Python version (e.g. 3.7)? |
a bit simpler, I guess. But combining is possible, so nevermind. |
|
I think that the basic idea was to able to run all scripts with one command. Coverage came later. So if we can simplify it by removing the coverage part since it's handled elsewhere, fine by me. |
|
To update on this issue:
So only some simplifications in |
As far as I know almost always coverage is used to see "test coverage".
For unused branches/variables etc there are linters, dead-code finders (such as
vultureordead).So I don't think code coverage is important to extent of running
run_all.shscript.I would like to
run_all.shcoverage run -pand thencoverage combine)