Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
pyrsr
Commits
3bb967e9
Commit
3bb967e9
authored
Sep 07, 2021
by
Daniel Scheffler
Browse files
'make clean-test' now also removes .coverage.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
ae9e93e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3bb967e9
...
...
@@ -48,6 +48,7 @@ clean-test: ## remove test and coverage artifacts
## don't call coverage erase here because make install calls make clean which calls make clean-test
## -> since make install should run without the test requirements we can't use coverage erase here
rm
-fr
.tox/
rm
-f
.coverage
rm
-fr
.coverage.
*
rm
-fr
htmlcov/
rm
-fr
nosetests.html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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