Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
tests folder should be omitted for coverage run (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmyachev authored and fschlimb committed Jul 26, 2019
1 parent db2736f commit 95a7bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python hpat/tests/gen_test_data.py
if [ "$RUN_COVERAGE" == "yes" ]; then
export PYTHONPATH=.
coverage erase
coverage run --source=./hpat --omit ./hpat/ml/*,./hpat/xenon_ext.py,./hpat/ros.py,./hpat/cv_ext.py,./hpat/tests/gen_test_data.py -m unittest
coverage run --source=./hpat --omit ./hpat/ml/*,./hpat/xenon_ext.py,./hpat/ros.py,./hpat/cv_ext.py,./hpat/tests/* -m unittest
else
mpiexec -n $NUM_PES python -u -m unittest -v
fi

0 comments on commit 95a7bc4

Please sign in to comment.