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 976b9f7 commit ebbd2beCopy full SHA for ebbd2be
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
uses: codecov/codecov-action@v5
101
with:
102
token: ${{ secrets.CODECOV_TOKEN }}
103
- files: profile.out, profile-race.out
+ files: profile.out
104
disable_search: true
105
106
check-generate:
.goreleaser.yml
@@ -19,6 +19,5 @@ builds:
19
mod_timestamp: '{{ .CommitTimestamp }}'
20
flags:
21
- -trimpath
22
- - -pgo=default.pgo
23
ldflags:
24
- -X github.com/ozontech/seq-ui/buildinfo.Version={{.Version}}
0 commit comments