Skip to content

Commit 0fb85d1

Browse files
committed
add terminal output to unit tests
1 parent 8ccec74 commit 0fb85d1

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
@@ -3,7 +3,7 @@ build:
33
python3 setup.py sdist
44

55
test:
6-
pytest --cov-report=html --cov=code2flow -x
6+
pytest --cov-report=html --cov-report=term --cov=code2flow -x
77

88
clean:
99
rm -rf build

0 commit comments

Comments
 (0)