Update README.md

This commit is contained in:
Blerim Sheqa 2018-12-20 17:14:00 +01:00
parent 243bed531e
commit 1443e86ffa

View File

@ -25,7 +25,7 @@ for more information
#### Requirements #### Requirements
* [Golang](https://golang.org/dl/) 1.9 * [Golang](https://golang.org/dl/) 1.10
#### Clone #### Clone
@ -62,19 +62,9 @@ To run Icingabeat with debugging output enabled, run:
To test Icingabeat, run the following command: To test Icingabeat, run the following command:
```shell ```shell
make testsuite make ci
``` ```
alternatively:
```shell
make unit-tests
make system-tests
make integration-tests
make coverage-report
```
The test coverage is reported in the folder `./build/coverage/`
#### Update #### Update
Each beat has a template for the mapping in elasticsearch and a documentation Each beat has a template for the mapping in elasticsearch and a documentation