Skip to content
Snippets Groups Projects
Commit 419fbd17 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

chore: turn the verbosity on

parent c9d4da3c
No related branches found
No related tags found
1 merge request!261Python3 translation
...@@ -18,5 +18,5 @@ test: ...@@ -18,5 +18,5 @@ test:
- cp "local_settings_ci.py" "smash/smash/local_settings.py" - cp "local_settings_ci.py" "smash/smash/local_settings.py"
- cd smash - cd smash
- python manage.py makemigrations web && python manage.py migrate - python manage.py makemigrations web && python manage.py migrate
- coverage run --source web manage.py test - coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*" - coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment