diff options
| author | J08nY | 2020-12-17 00:10:11 +0100 |
|---|---|---|
| committer | J08nY | 2020-12-17 00:10:11 +0100 |
| commit | ebf81fd14909a9d53e7f0ef957a526397cbf1b00 (patch) | |
| tree | 41a5a9087cde11741ec1e533dbf1145257be8fdd /Makefile | |
| parent | a9c2acccedbd260f66dab3a615f3ead76e861da9 (diff) | |
| download | pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.gz pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.zst pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.zip | |
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 |
