diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
