Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
update Makefile
parent
bdabf937
Pipeline
#2599
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-3
Makefile
with
5 additions
and
3 deletions
+5
-3
Makefile
+
5
-
3
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
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets