Another test for coveralls issue

- Fixed pytest call
This commit is contained in:
Salvador E. Tropea 2022-06-30 13:00:48 -03:00
parent a30d7bf4f0
commit b57a5d2d17
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ jobs:
python3-coverage erase
# Create the caches with macros
python3-coverage run -a src/kibot --help-outputs > /dev/null
pytest-3 --test_dir output -k test test_ibom_parse_fail
# pytest-3 --log-cli-level debug -k "test_misc" --test_dir output
# pytest-3 --test_dir output
pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output
python3-coverage report
python3-coverage html -d output/htmlcov
- name: Store results