Restoring all tests.
This commit is contained in:
parent
04269ce0d7
commit
a95b854864
|
|
@ -38,8 +38,8 @@ jobs:
|
||||||
python3-coverage erase
|
python3-coverage erase
|
||||||
# Create the caches with macros
|
# Create the caches with macros
|
||||||
python3-coverage run -a src/kibot --help-outputs > /dev/null
|
python3-coverage run -a src/kibot --help-outputs > /dev/null
|
||||||
#pytest-3 --test_dir output
|
pytest-3 --test_dir output
|
||||||
pytest-3 --log-cli-level debug -k "test_misc" --test_dir output
|
# pytest-3 --log-cli-level debug -k "test_misc" --test_dir output
|
||||||
python3-coverage report
|
python3-coverage report
|
||||||
python3-coverage html -d output/htmlcov
|
python3-coverage html -d output/htmlcov
|
||||||
coveralls
|
coveralls
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue