Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
4b445377
Commit
4b445377
authored
Mar 13, 2026
by
Eric Duminil
Browse files
Adding makefile coverage
parent
c3aa78f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4b445377
...
...
@@ -8,6 +8,10 @@ help: ## Show this help.
tests
:
##
Run detailed tests
uv run pytest
-v
coverage
:
##
Run tests
,
and save coverage
uv run pytest
--cov
--cov-report
=
html:coverage
gio open coverage/index.html
simple_tests
:
##
Run simple tests
,
without running SimStadt
uv run pytest
-v
-m
"not live"
...
...
@@ -43,4 +47,4 @@ _upload:
install_editable
:
##
Install package in dev mode
pip
install
-e
.
.PHONY
:
help tests simstadt build
.PHONY
:
help tests simstadt build
coverage
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment