Skip to content

Commit

Permalink
fix: generate coverage profile (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 10, 2023
1 parent 3df4c0b commit 188ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 188ce68

Please sign in to comment.