Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
818d0a91
Commit
818d0a91
authored
Dec 20, 2023
by
BO ZHANG
🏀
Browse files
update Makefile
parent
bdabf937
Pipeline
#2599
failed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
818d0a91
export
PKG
=
csst_common
all
:
test install clean
clean
:
rm
-rf
build dist
$(PKG)
.egg-info
rm
-rf
.coverage .
pytest_cache
rm
-rf
.coverage .
coverage.
*
.pytest_cache htmlcov
*
.log
install
:
clean
pip
install
.
...
...
@@ -12,6 +14,6 @@ uninstall:
pip uninstall
$(PKG)
-y
test
:
coverage run
-m
pytest
.
--cov
=
$(PKG)
--import-mode
=
importlib
--cov-report
=
html
--cov-report
=
term-missing
coverage run
-m
pytest
.
--cov
=
$(PKG)
--import-mode
=
importlib
--cov-report
=
term-missing
coverage report
-m
rm
-rf
.coverage .
pytest_cache
rm
-rf
.coverage .
coverage.
*
.pytest_cache htmlcov
*
.log
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