Makefile: Use coverage instead of pytest

Makefile:
Run pytest via coverage in `make test` to also generate a coverage
report.
This commit is contained in:
David Runge 2021-10-31 21:26:27 +01:00 committed by Levente Polyak
parent c968e7815a
commit f27a7b90c2
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

View File

@ -15,7 +15,8 @@ fmt:
isort . isort .
test: test:
py.test coverage run
coverage report
build: build:
./keyringctl -v build ./keyringctl -v build