Skip to content

Commit

Permalink
Write unit tests for env.go and a few exclusion updates (cadence-work…
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir authored Apr 1, 2024
1 parent 5003ffb commit e651195
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 2 deletions.
12 changes: 10 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,21 @@ comment:
codecov:
require_ci_to_pass: false
ignore:
- "**/*_cql.go"
- "**/*_generated.go"
- "**/*_mock.go"
- "**/*_test.go"
- "**/*_test_utils.go"
- "**/constants.go"
- "**/interface.go"
- "**/interfaces.go"
- "**/main.go"
- "**/mocks.go"
- "**/mocks/**"
- "**/testing/**"
- "**/testdata/**"
- "**/testing/**"
- "**/types.go"
- "**/version.go"
- "bench/**"
- "canary/**"
- "common/persistence/persistence-tests/**"
Expand All @@ -46,7 +53,8 @@ ignore:
- "common/persistence/nosql/nosqlplugin/dynamodb/**"
- "common/persistence/nosql/nosqlplugin/mongodb/**"
- "common/types/shared.go" # 8k lines of getters. Not worth testing manually but consider switching to generated code.
- "idls/**"
- "host/**"
- "idls/**"
- "service/history/workflow/errors.go"
- "testflags/**"
- "tools/linter/**"
Loading

0 comments on commit e651195

Please sign in to comment.