Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/.env.base
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ ARTIFACT_DOWNLOAD_CONTINUE_ON_ERROR=false # Continue workflow execution even i
# ================================================================================================

# Benchmark execution timeout in minutes
BENCHMARK_TIMEOUT=20 # Minutes
BENCHMARK_TIMEOUT=20

# Benchmark mode
BENCHMARK_MODE=quick # Options: quick, full, normal
# Benchmark mode (Options: quick, full, normal)
BENCHMARK_MODE=quick

# Test Execution Timeouts
TEST_TIMEOUT=30m # Go test timeout for standard tests
Expand Down Expand Up @@ -312,8 +312,8 @@ GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.5.0 # https://github.com/golangci/gol
GO_PRE_COMMIT_FUMPT_VERSION=v0.9.1 # https://github.com/mvdan/gofumpt
GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools

# Build Configuration
GO_PRE_COMMIT_BUILD_TAGS= # Build tags for golangci-lint and other tools
# Build tags for golangci-lint and other tools
GO_PRE_COMMIT_BUILD_TAGS=

# Individual Checks
GO_PRE_COMMIT_ENABLE_FMT=true
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ignore:
- ".vscode/**"
- "bin/**"
- "examples/**"
- "mocks/**"
- "testing/**"

# Parsers
# --------------
Expand Down