Skip to content
Snippets Groups Projects
Commit 5c0eff4a authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

add scripts in coverage

parent 4d384743
No related branches found
No related tags found
No related merge requests found
Pipeline #12637 failed
...@@ -30,5 +30,5 @@ test-backend: ...@@ -30,5 +30,5 @@ test-backend:
DJANGO_SETTINGS_MODULE: "metagenedb.settings-gitlab-ci" DJANGO_SETTINGS_MODULE: "metagenedb.settings-gitlab-ci"
script: script:
- flake8 --max-line-length 120 - flake8 --max-line-length 120
- coverage run --source='.' scripts/manage.py test -v 2 metagenedb/tests - pytest --cov . 2>&1 pytest_tmp.out
- coverage report - pytest --cov scripts/ --cov-append
...@@ -20,6 +20,7 @@ pyflakes==2.1.1 ...@@ -20,6 +20,7 @@ pyflakes==2.1.1
pyparsing==2.4.0 pyparsing==2.4.0
pytest==4.6.3 pytest==4.6.3
pytest-cov==2.7.1 pytest-cov==2.7.1
pytest-django==3.5.0
pytz==2019.1 pytz==2019.1
six==1.12.0 six==1.12.0
sqlparse==0.3.0 sqlparse==0.3.0
......
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