diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 3de728f..fcfcab4 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -10,4 +10,8 @@ build: override: - go-scrutinizer-run - govet-run - \ No newline at end of file + - + command: go test -coverprofile=cover.out + coverage: + file: 'cover.out' + format: 'go-cc' \ No newline at end of file