Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
41344111
Commit
41344111
authored
Jan 15, 2017
by
Matthieu Muffato
Browse files
Attempt at discarding "prove" from the coverage statistics
parent
3d040443
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/travis_run_tests.sh
scripts/travis_run_tests.sh
+1
-1
No files found.
scripts/travis_run_tests.sh
View file @
41344111
...
...
@@ -22,7 +22,7 @@ export EHIVE_TEST_PIPELINE_URLS='mysql://travis@127.0.0.1/ehive_test_pipeline_db
echo
"Running test suite"
if
[
"
$COVERALLS
"
=
'true'
]
;
then
PERL5OPT
=
"-MDevel::Cover=+ignore,bioperl,+ignore,/usr/bin/psql,+ignore,
$
PWD
/perl5,-db,
$PWD
/cover_db/"
prove
-rv
t
PERL5OPT
=
"-MDevel::Cover=+ignore,bioperl,+ignore,/usr/bin/psql,+ignore,
$
HOME
/perl5,-db,
$PWD
/cover_db/"
prove
-rv
t
else
prove
-r
t
fi
...
...
Write
Preview
Markdown
is supported
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