diff --git a/Makefile b/Makefile index 2e4844d..b14fa92 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,7 @@ clean: find . -name "*.pyc" -exec rm -rf {} \; bandit: - bandit -r scrape --exclude tests \ No newline at end of file + bandit -r scrape --exclude tests + +cover: + pytest --cov=scrape \ No newline at end of file