diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 23:11:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 23:11:26 -0700 |
commit | 943432b022b521da4ebf1b7a5760b459b44f52f0 (patch) | |
tree | f75f333a1f56b1da60aaa2cd811f4856dac605f2 /python/.gitignore | |
parent | 031f51752e79dbdde47bbc95fe6b3600c9ec711a (diff) | |
download | sandcrawler-943432b022b521da4ebf1b7a5760b459b44f52f0.tar.gz sandcrawler-943432b022b521da4ebf1b7a5760b459b44f52f0.zip |
make: coverage report and HTML in one go
Diffstat (limited to 'python/.gitignore')
-rw-r--r-- | python/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index d53fac8..9b0fdb2 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,3 +1,4 @@ *part-000* *.tar.gz *.tsv.gz +htmlcov/ |