Commit b9c084da authored by Martín Ferrari's avatar Martín Ferrari

correct coverage command

parent 58c62d73
......@@ -25,7 +25,7 @@ coverage: all
set -e; \
PYTHONPATH="$(BUILDDIR):$$PYTHONPATH" $(COVERAGE) -x $$i; \
done
$(COVERAGE) -r -m `find "$(SRC)" -name \\*.py -type f`
$(COVERAGE) -r -m `find "$(BUILDDIR)" -name \\*.py -type f`
rm -f .coverage
clean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment