This commit is contained in:
Bernhard Posselt 2018-08-25 10:06:47 +02:00
Родитель b59f2983d3
Коммит f177c73b3c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ lint:
.PHONY: test
test: lint
$(yarn) test
$(coverage) run --source=nextcloudappstore $(manage-script) test --settings nextcloudappstore.settings.development
$(coverage) run --source=nextcloudappstore $(manage-script) test --settings nextcloudappstore.settings.development -v 2
$(coverage) report --fail-under 90
.PHONY: resetup