diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 258e302..a379507 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,2 +1,2 @@ #!/bin/bash -python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v +python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v --color=yes