Update config.yml

This commit is contained in:
Lorenz Diener 2022-11-10 23:30:10 +00:00 committed by GitHub
parent b5737103ae
commit c0a1a36269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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