From ebf81fd14909a9d53e7f0ef957a526397cbf1b00 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 17 Dec 2020 00:10:11 +0100 Subject: More docs. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 125f807..4c2d6c4 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,11 @@ typecheck: codestyle: flake8 --ignore=E501,F405,F403,F401,E126 pyecsca +doc-coverage: + interrogate -vv -nmps pyecsca + docs: $(MAKE) -C docs apidoc $(MAKE) -C docs html -.PHONY: test test-plots test-all typecheck codestyle docs \ No newline at end of file +.PHONY: test test-plots test-all typecheck codestyle doc-coverage docs \ No newline at end of file -- cgit v1.2.3-70-g09d2