diff --git a/Makefile b/Makefile index ab99444..e15b9ab 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ check-lint: python3 -m pylint --reports=True xls_updater pytest: - python3 -m pytest -v + python3 -m pytest -v --durations=0 coverage: python3 -m coverage run --source=xls_updater --module pytest \