fix: generate coverage profile (#797)

This commit is contained in:
Felipe Martin 2023-12-10 14:21:09 +01:00 committed by GitHub
parent 3df4c0bcfb
commit 188ce68761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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