Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Pena committed Jun 27, 2020
1 parent 036c562 commit 0404e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -77,7 +77,7 @@ test_travis:
python manage.py makemigrations --settings=voseq.settings.testing
python manage.py migrate --settings=voseq.settings.testing
rm -rf htmlcov .coverage
coverage run --source voseq manage.py test -v 2 blast_local blast_local_full blast_ncbi blast_new \
coverage run --source . manage.py test -v 2 blast_local blast_local_full blast_ncbi blast_new \
core create_dataset genbank_fasta public_interface stats view_genes genbank_fasta gene_table \
voucher_table gbif overview_table \
--settings=voseq.settings.testing
Expand All @@ -90,7 +90,7 @@ test_local:
python manage.py makemigrations --settings=voseq.settings.local_testing
python manage.py migrate --settings=voseq.settings.local_testing
rm -rf htmlcov .coverage
coverage run --source voseq manage.py test -k -v 2 blast_local blast_local_full blast_ncbi blast_new \
coverage run --source . manage.py test -k -v 2 blast_local blast_local_full blast_ncbi blast_new \
core create_dataset genbank_fasta public_interface stats view_genes genbank_fasta gene_table \
voucher_table gbif overview_table \
--settings=voseq.settings.local_testing
Expand Down

0 comments on commit 0404e9e

Please sign in to comment.