Skip to content

Commit

Permalink
add generated files to coverage ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
JinHuangAtZen committed Oct 10, 2023
1 parent 8586c00 commit 0a1eb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path-to-profile: profile.cov
flag-name: Go-${{ matrix.go-version }}
parallel: true
ignore: zendesk/mock/client.go
ignore: zendesk/mock/client.go, zendesk/*_generated.go

finalize:
needs: test
Expand Down

0 comments on commit 0a1eb24

Please sign in to comment.