Skip to content
GitLab
Menu
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
4d384743
Commit
4d384743
authored
Jun 19, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
add coverage
parent
aa1e16ff
Pipeline
#12636
passed with stage
in 1 minute
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4d384743
...
...
@@ -27,8 +27,8 @@ test-backend:
stage
:
lint_test_coverage_backend
variables
:
DATABASE_HOST
:
postgres
SECRET_KEY
:
testsecretkey
DJANGO_SETTINGS_MODULE
:
"
metagenedb.settings-gitlab-ci"
script
:
-
flake8 --max-line-length
120
-
coverage run --source='.' scripts/manage.py test metagenedb/tests
-
coverage run --source='.' scripts/manage.py test -v 2 metagenedb/tests
-
coverage report
README.md
View file @
4d384743
# Metagenedb
[

](https://gitlab.pasteur.fr/metagenomics/metagenedb/commits/master)
[

](https://gitlab.pasteur.fr/metagenomics/metagenedb/commits/master)
Django based project to build metagenomics genes catalog and tools
to play with it and contact external services.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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