File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 86
86
@echo " - django-checks Run the django checks"
87
87
@echo " - django-check-migrations Check that no django migration file is missing"
88
88
@echo " - test Run the tests"
89
+ @echo " - test-coverage Run the tests and create a coverage report"
89
90
@echo " - test-conformance Run stac-api-validator, needs a valid collection name, e.g. collection=ch.are.agglomerationsverkehr"
90
91
@echo -e " \033[1mSPEC TARGETS\033[0m "
91
92
@echo " - lint-specs Lint the openapi specs (openapi.yaml and openapitransactional.yaml)"
@@ -223,12 +224,6 @@ test-coverage:
223
224
$(PYTHON ) $(DJANGO_MANAGER ) collectstatic --noinput
224
225
$(PYTEST ) -n 20 --cov --cov-report=html
225
226
226
- .PHONY : test-ci
227
- test-ci :
228
- # Collect static first to avoid warning in the test
229
- $(PYTHON ) $(DJANGO_MANAGER ) collectstatic --noinput
230
- $(PYTEST ) -n 20 --cov --cov-report=xml
231
-
232
227
# ##################
233
228
# Specs
234
229
.PHONY : build-specs
You can’t perform that action at this time.
0 commit comments