Skip to content

Commit

Permalink
Compute coverage of all files
Browse files Browse the repository at this point in the history
Include all files from the `lobster` folder when computing the coverage.
  • Loading branch information
phiwuu committed Feb 10, 2025
1 parent 6ac041a commit ea22aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ unit-tests:
coverage run -p \
--branch --rcfile=coverage.cfg \
--data-file .coverage \
--source=lobster \
-m unittest discover -s tests-unit -v

upload-main: packages
Expand All @@ -102,7 +103,7 @@ full-release:
coverage:
coverage combine -q
coverage html --rcfile=coverage.cfg
coverage report --rcfile=coverage.cfg --fail-under=58
coverage report --rcfile=coverage.cfg --fail-under=54

test: clean-coverage system-tests unit-tests
make coverage
Expand Down

0 comments on commit ea22aab

Please sign in to comment.