Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
5c0eff4a
Commit
5c0eff4a
authored
Jun 19, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
add scripts in coverage
parent
4d384743
Pipeline
#12637
failed with stage
in 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5c0eff4a
...
...
@@ -30,5 +30,5 @@ test-backend:
DJANGO_SETTINGS_MODULE
:
"
metagenedb.settings-gitlab-ci"
script
:
-
flake8 --max-line-length
120
-
coverage run --source='.' scripts/manage.
py
test -
v 2 metagenedb/tests
-
coverage report
-
pytest -
-cov . 2>&1 pytest_tmp.out
-
pytest --cov scripts/ --cov-append
backend/requirements_dev.txt
View file @
5c0eff4a
...
...
@@ -20,6 +20,7 @@ pyflakes==2.1.1
pyparsing==2.4.0
pytest==4.6.3
pytest-cov==2.7.1
pytest-django==3.5.0
pytz==2019.1
six==1.12.0
sqlparse==0.3.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment