mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-10 17:36:02 +08:00
fix: generate coverage profile (#797)
This commit is contained in:
parent
3df4c0bcfb
commit
188ce68761
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ BASH ?= $(shell command -v bash 2> /dev/null)
|
|||
SHIORI_DIR ?= dev-data
|
||||
|
||||
# Testing
|
||||
GO_TEST_FLAGS ?= -v -race -count=1
|
||||
GO_TEST_FLAGS ?= -v -race -count=1 -covermode=atomic -coverprofile=coverage.out
|
||||
GOTESTFMT_FLAGS ?=
|
||||
|
||||
# Build
|
||||
|
|
Loading…
Reference in a new issue