gitlab-ci: generate test coverage

This commit is contained in:
InsanePrawn 2022-08-20 05:59:31 +02:00
parent 70c4799385
commit 97d3f05968
2 changed files with 7 additions and 4 deletions

View file

@ -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