Browse Source

feat: add test cov

pull/14/head
QuentinN42 1 year ago
parent
commit
b9d2074b0e
Signed by: number42 GPG Key ID: 2CD7D563712B3A50
  1. 2
      scripts/test.sh

2
scripts/test.sh

@ -1,5 +1,5 @@
#!/bin/bash
source venv/bin/activate
python -m pytest $@
python -m pytest --cov auto_trading $@
coverage xml

Loading…
Cancel
Save