Skip to content

Commit

Permalink
ignore scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
garciampred committed Jul 2, 2024
1 parent 27d7a2a commit 9e5903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ qa:
pre-commit run --all-files

unit-tests:
python -m pytest -vv --cov=. --cov-report=$(COV_REPORT)
python -m pytest -vv --cov=. --cov-report=$(COV_REPORT) --ignore 'test/scripts'

type-check:
python -m mypy .
Expand Down

0 comments on commit 9e5903d

Please sign in to comment.