We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2845040 commit ef0756bCopy full SHA for ef0756b
.github/workflows/pull-request.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Run tests
39
run: |
40
- task cover
+ go test -race -coverprofile=coverage.out -covermode=atomic ./...
41
mkdir -p output
42
cp coverage.out output/coverage.out
43
.goreleaser.yml
@@ -1,8 +1,5 @@
1
project_name: mach-composer-plugin-sentry
2
3
-env:
4
- - PRERELEASE={{ if index .Env "PRERELEASE" }}{{ .Env.PRERELEASE }}{{ else }}false{{ end }}
5
-
6
builds:
7
- id: "mach-composer-plugin"
8
main: ./main.go
@@ -23,10 +20,6 @@ builds:
23
20
- arm64
24
21
mod_timestamp: '{{ .CommitTimestamp }}'
25
22
26
-release:
27
- mode: replace
28
- prerelease: "{{ .Env.PRERELEASE }}"
29
30
checksum:
31
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
32
algorithm: sha256
0 commit comments