1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: attempt to configure coverage for sonar

This commit is contained in:
Ferdinand Mütsch
2020-11-08 13:04:35 +01:00
parent ad8168801c
commit 97e1fb27eb
3 changed files with 507 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ By default, SQLite is used as a database. To run Wakapi in Docker with MySQL or
### Running tests
```bash
CGO_FLAGS="-g -O2 -Wno-return-local-addr" go test ./...
CGO_FLAGS="-g -O2 -Wno-return-local-addr" -coverprofile=coverage/coverage.out go test ./...
```
## 🔧 Configuration