Skip to content

Commit 8989d4e

Browse files
Add coverage html report
1 parent d3fc7da commit 8989d4e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ tests:
77
coverage:
88
python -m pytest --cov=rocketpy tests -vv
99

10+
coverage-report:
11+
python -m pytest --cov=rocketpy tests -vv --cov-report html
12+
1013
install:
1114
python -m pip install --upgrade pip
1215
pip install -r requirements.txt

0 commit comments

Comments
 (0)