Compare commits
2 Commits
90546b6c9a
...
56fd761618
| Author | SHA1 | Date | |
|---|---|---|---|
| 56fd761618 | |||
| 3989e281c0 |
@@ -89,7 +89,7 @@ jobs:
|
||||
run: |
|
||||
cd dashboard/backend
|
||||
. venv/bin/activate
|
||||
python3 -m pytest tests/ -v --timeout=60 \
|
||||
python -m pytest tests/ -v --timeout=60 \
|
||||
--cov=. --cov-report=xml --cov-report=term \
|
||||
--junit-xml=test-results.xml \
|
||||
--cov-fail-under=49
|
||||
|
||||
Reference in New Issue
Block a user