Skip to content

Commit b604458

Browse files
committed
[Makefile] update test-coverage target
1 parent 2b151a8 commit b604458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install-user:
2424
test: test-lint test-type-check test-unit
2525

2626
test-coverage:
27-
coverage run --source fdiff -m py.test
27+
coverage run --omit="lib/fdiff/thirdparty/fdifflib.py" --source fdiff -m py.test
2828
coverage report -m
2929
# coverage html
3030

0 commit comments

Comments
 (0)