Skip to content

Commit 9292f98

Browse files
committed
Correct pathing on coverage test
1 parent b5ea435 commit 9292f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737

3838
flake8 $REPO_DIR/gemd || exit 1;
3939
derp $REPO_DIR $REPO_DIR/setup.py || exit 1;
40-
pytest $QUIET $EXITFIRST --cov=$REPO_DIR \
40+
pytest $QUIET $EXITFIRST --cov=$REPO_DIR/gemd \
4141
--cov-report term-missing:skip-covered \
4242
--cov-config=$REPO_DIR/tox.ini --no-cov-on-fail --cov-fail-under=100 \
4343
$REPO_DIR/gemd || exit 1;

0 commit comments

Comments
 (0)