Add Coveralls integration
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
RUN = pipenv run python -m stw_potsdam
|
||||
|
||||
dependencies:
|
||||
pipenv sync
|
||||
pipenv sync --dev
|
||||
|
||||
run:
|
||||
$(RUN)
|
||||
@@ -11,9 +11,12 @@ debug:
|
||||
FLASK_ENV=development $(RUN)
|
||||
|
||||
test:
|
||||
pipenv run python -m pytest -v
|
||||
pipenv run python -m pytest -v --cov stw_potsdam
|
||||
|
||||
test_debug:
|
||||
pipenv run python -m pytest -v --trace
|
||||
|
||||
.PHONY: run debug test test_debug
|
||||
coverage:
|
||||
pipenv run python -m coveralls
|
||||
|
||||
.PHONY: dependencies run debug test test_debug coverage
|
||||
|
||||
Reference in New Issue
Block a user