Skip to content

Commit 595eced

Browse files
authored
Merge pull request #590 from geoadmin/feat-PB-1764-remove-make-ci
PB-1764: Remove make test-ci
2 parents e9644fa + 811ecac commit 595eced

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ help:
8686
@echo "- django-checks Run the django checks"
8787
@echo "- django-check-migrations Check that no django migration file is missing"
8888
@echo "- test Run the tests"
89+
@echo "- test-coverage Run the tests and create a coverage report"
8990
@echo "- test-conformance Run stac-api-validator, needs a valid collection name, e.g. collection=ch.are.agglomerationsverkehr"
9091
@echo -e " \033[1mSPEC TARGETS\033[0m "
9192
@echo "- lint-specs Lint the openapi specs (openapi.yaml and openapitransactional.yaml)"
@@ -223,12 +224,6 @@ test-coverage:
223224
$(PYTHON) $(DJANGO_MANAGER) collectstatic --noinput
224225
$(PYTEST) -n 20 --cov --cov-report=html
225226

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-
232227
###################
233228
# Specs
234229
.PHONY: build-specs

0 commit comments

Comments
 (0)