Note that new pytest_cov/coverage changed how they...
# development
h
Note that new pytest_cov/coverage changed how they interpret those arguments (as paths vs. modules). They used to use some heuristic re forward slashes, and you could specify an individual
.py
file. Now they just check if the arg is an existing directory on the filesystem, and if not assume the arg is a module.