From 5c58833b8387fcc759259f13579d82be0101901e Mon Sep 17 00:00:00 2001 From: Henrique Lopes Date: Tue, 19 Oct 2021 20:44:24 -0300 Subject: [PATCH] created make taskl --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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