Skip to content

Commit 3ef8d93

Browse files
committed
fix: simplify coverage call
1 parent 32b5264 commit 3ef8d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test-doc:
5858

5959
test-coverage:
6060
rm -rf coverage .coverage
61-
$(NOSETESTS) -s --with-doctest --with-coverage --cover-package=nipype nipype
61+
$(NOSETESTS) -s --with-doctest --with-coverage nipype
6262

6363
test: clean test-code
6464

0 commit comments

Comments
 (0)