Skip to content

Commit a501288

Browse files
authored
sync: update 2 files from source repository (#41)
1 parent 857d1d2 commit a501288

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/.env.base

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ ARTIFACT_DOWNLOAD_CONTINUE_ON_ERROR=false # Continue workflow execution even i
107107
# ================================================================================================
108108

109109
# Benchmark execution timeout in minutes
110-
BENCHMARK_TIMEOUT=20 # Minutes
110+
BENCHMARK_TIMEOUT=20
111111

112-
# Benchmark mode
113-
BENCHMARK_MODE=quick # Options: quick, full, normal
112+
# Benchmark mode (Options: quick, full, normal)
113+
BENCHMARK_MODE=quick
114114

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

315-
# Build Configuration
316-
GO_PRE_COMMIT_BUILD_TAGS= # Build tags for golangci-lint and other tools
315+
# Build tags for golangci-lint and other tools
316+
GO_PRE_COMMIT_BUILD_TAGS=
317317

318318
# Individual Checks
319319
GO_PRE_COMMIT_ENABLE_FMT=true

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ ignore:
3232
- ".vscode/**"
3333
- "bin/**"
3434
- "examples/**"
35+
- "mocks/**"
36+
- "testing/**"
3537

3638
# Parsers
3739
# --------------

0 commit comments

Comments
 (0)