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
Daniel Scheffler
py_tools_ds
Commits
254bcd67
Commit
254bcd67
authored
Feb 16, 2021
by
Daniel Scheffler
Browse files
Fixed remaining .coverage file after running 'make clean'.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
755de03a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
254bcd67
...
@@ -46,6 +46,7 @@ clean-test: ## remove test and coverage artifacts
...
@@ -46,6 +46,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
## 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
## -> since make install should run without the test requirements we can't use coverage erase here
rm
-fr
.tox/
rm
-fr
.tox/
rm
-f
.coverage
rm
-fr
.coverage.
*
rm
-fr
.coverage.
*
rm
-fr
htmlcov/
rm
-fr
htmlcov/
rm
-fr
nosetests.html
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