Skip to content

Commit

Permalink
created make taskl
Browse files Browse the repository at this point in the history
  • Loading branch information
riquellopes committed Oct 19, 2021
1 parent 13bb271 commit 5c58833
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ clean:
find . -name "*.pyc" -exec rm -rf {} \;

bandit:
bandit -r scrape --exclude tests
bandit -r scrape --exclude tests

cover:
pytest --cov=scrape

0 comments on commit 5c58833

Please sign in to comment.