gitlab-ci: generate test coverage
This commit is contained in:
parent
70c4799385
commit
97d3f05968
2 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo -v
|
||||
python -m pytest --junit-xml=pytest-report.xml -v ./*/test_*.py
|
||||
python -m pytest --junit-xml=pytest-report.xml -v "$@" ./*/test_*.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue