Update config.yml

pull/254/head
Lorenz Diener 2022-11-10 23:30:10 +00:00 zatwierdzone przez GitHub
rodzic b5737103ae
commit c0a1a36269
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ jobs:
command: "pip install codecov" command: "pip install codecov"
- run: - run:
name: "Run tests" name: "Run tests"
command: "python setup.py pytest" command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
- store_test_results: - store_test_results:
path: test path: test
- run: - run: