Added a few comments where to find the DevOps settings.

Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2020-11-15 12:52:57 +01:00
Родитель 7cdd135a0d
Коммит c96716d58a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9FC3120E932F73F1
1 изменённых файлов: 18 добавлений и 0 удалений

18
DEVELOPMENT.md Normal file
Просмотреть файл

@ -0,0 +1,18 @@
# Development of the cookbook app
We are happily accepting code contributions of different types. Here are some hints on this.
## Development environment
For now, there is no included documentation on how to setup your environment best.
You might however have alook at [this repository](https://github.com/christianlupus/nextcloud-docker-debug).
It describes **one** way to get a running development environment for the app.
## Unit tests and code coverage
Currently there is a github action in place that does automatic unit testing upon pushing to github.
These tests are generating code coverage reports as well.
Firstly, for each such run (see in the actions view or the PR tests) there is the option to download the code coverage as zipped HTML page.
Secondly, the [codecov.io service](https://codecov.io/gh/nextcloud/cookbook) is installed, where more details about the coverage can be found.