Skip to content

Commit 0a1eb24

Browse files
author
Jin Huang
committed
add generated files to coverage ignore list
1 parent 8586c00 commit 0a1eb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path-to-profile: profile.cov
4343
flag-name: Go-${{ matrix.go-version }}
4444
parallel: true
45-
ignore: zendesk/mock/client.go
45+
ignore: zendesk/mock/client.go, zendesk/*_generated.go
4646

4747
finalize:
4848
needs: test

0 commit comments

Comments
 (0)