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
Daniel Scheffler
arosics
Commits
42a389e8
Commit
42a389e8
authored
Nov 11, 2020
by
Daniel Scheffler
Browse files
Added 'coverage erase' to clean-test.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
78cc958b
Pipeline
#15564
passed with stage
in 2 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
42a389e8
...
...
@@ -43,13 +43,12 @@ clean-pyc: ## remove Python file artifacts
find
.
-name
'__pycache__'
-exec
rm
-fr
{}
+
clean-test
:
##
remove test and coverage artifacts
## don't include 'coverage erase' lib here because clean-test is also executed during package setup and coverage is
## only a test requirement
rm
-fr
.tox/
rm
-f
.coverage
rm
-f
r
.coverage
rm
-fr
htmlcov/
rm
-fr
nosetests.html
rm
-fr
nosetests.xml
coverage erase
lint
:
##
check style with flake8
flake8
--max-line-length
=
120 arosics tests
>
./tests/linting/flake8.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