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
Amandine PERRIN
pipeline_annotation
Commits
d3ec33c7
Commit
d3ec33c7
authored
Jul 30, 2021
by
Amandine PERRIN
Browse files
uncomment long tests
parent
dca71030
Pipeline
#62446
passed with stages
in 6 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d3ec33c7
...
...
@@ -80,9 +80,9 @@ unit-test-ubuntu:
-
py.test test/test_unit/test_utils-logging.py -xv
-
py.test test/test_unit/test_utils-pan.py -vx
-
py.test test/test_unit/test_utils-argparse.py -vx
#
- py.test test/test_unit/test_prepare -v -x
-
py.test test/test_unit/test_prepare -v -x
-
py.test test/test_unit/test_annotate/test_genome_func.py -vx
#
- py.test test/test_unit/test_annotate/test_annotation* -vx
-
py.test test/test_unit/test_annotate/test_annotation* -vx
-
py.test test/test_unit/test_annotate/test_format* -v -x
-
py.test test/test_unit/test_pangenome -vx
-
py.test test/test_unit/test_corepers -vx
...
...
@@ -113,12 +113,11 @@ func-test-ubuntu:
-
py.test test/test_functional/test_align-parser.py -vx
-
py.test test/test_functional/test_align.py -vx
-
py.test test/test_functional/test_tree* -vx
#
- py.test test/test_functional/test_annote-parser.py -vx
#
- py.test test/test_functional/test_annote.py -xv
#
- py.test test/test_functional/test_all* -vx
#
- py.test test/test_functional/test_prepare* -vx
-
py.test test/test_functional/test_annote-parser.py -vx
-
py.test test/test_functional/test_annote.py -xv
-
py.test test/test_functional/test_all* -vx
-
py.test test/test_functional/test_prepare* -vx
-
coverage report
-
coverage html
-
mv .coverage .coverage.functional
artifacts
:
paths
:
...
...
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