From 8cf694a34333cf980ec2426ab439916657d8ad3d Mon Sep 17 00:00:00 2001 From: "Mr. Z" Date: Fri, 10 Oct 2025 17:56:10 -0400 Subject: [PATCH] sync: update 2 files from source repository --- .github/.env.base | 10 +++++----- codecov.yml | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/.env.base b/.github/.env.base index f956ded..1e2ae67 100644 --- a/.github/.env.base +++ b/.github/.env.base @@ -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 @@ -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 diff --git a/codecov.yml b/codecov.yml index fb9566a..7de2c61 100644 --- a/codecov.yml +++ b/codecov.yml @@ -32,6 +32,8 @@ ignore: - ".vscode/**" - "bin/**" - "examples/**" + - "mocks/**" + - "testing/**" # Parsers # --------------