diff --git a/scripts/test.sh b/scripts/test.sh index ad5e022..ae2d84c 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,5 +1,5 @@ #!/bin/bash source venv/bin/activate -python -m pytest $@ +python -m pytest --cov auto_trading $@ coverage xml