Skip to content

Commit

Permalink
fix: try to get coverage back
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Nov 17, 2023
1 parent ee06d17 commit 75f85af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:
- arm64
flags:
- -cover={{ if index .Env "BUILD_WITH_COVERAGE" }}{{ .Env.BUILD_WITH_COVERAGE }}{{ else }}false{{ end }}
- -covermode=atomic
ldflags:
- -s -w
- -X github.com/steadybit/extension-kit/extbuild.ExtensionName={{.ProjectName}}
Expand Down

0 comments on commit 75f85af

Please sign in to comment.