Skip to content

Commit

Permalink
Update coverage exclusions (#5999)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir authored May 9, 2024
1 parent b4a1f04 commit 82e3b9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ignore:
- "**/interface.go"
- "**/interfaces.go"
- "**/main.go"
- "**/mocks.go"
- "**/*mocks.go"
- "**/mocks/**"
- "**/testdata/**"
- "**/testing/**"
Expand All @@ -57,7 +57,13 @@ ignore:
- "common/types/shared.go" # 8k lines of getters. Not worth testing manually but consider switching to generated code.
- "host/**"
- "idls/**"
- "service/frontend/service.go"
- "service/history/constants/test_constants.go"
- "service/history/execution/mutable_state.go"
- "service/history/workflow/errors.go"
- "service/history/service.go"
- "service/matching/service.go"
- "service/worker/service.go"
- "testflags/**"
- "tools/common/schema/test/**"
- "tools/linter/**"

0 comments on commit 82e3b9c

Please sign in to comment.