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 8586c00 commit 0a1eb24Copy full SHA for 0a1eb24
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
path-to-profile: profile.cov
43
flag-name: Go-${{ matrix.go-version }}
44
parallel: true
45
- ignore: zendesk/mock/client.go
+ ignore: zendesk/mock/client.go, zendesk/*_generated.go
46
47
finalize:
48
needs: test
0 commit comments