Skip to content

Commit 9c9d2d4

Browse files
committed
chore(env): remove deprecated .env.custom and add 90-project.env
1 parent 7d336a1 commit 9c9d2d4

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

.github/.env.custom

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/env/90-project.env

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# ================================================================================================
2+
# 🏗️ PROJECT-SPECIFIC CONFIGURATION (90-project.env)
3+
# ================================================================================================
4+
#
5+
# Purpose: Project-specific overrides for postmark
6+
# Load Order: 90 (loaded near-last, overrides all default and tool-specific settings)
7+
#
8+
# This file contains configuration values unique to this project that override
9+
# defaults defined in earlier env files (00-core, 10-*, 20-*).
10+
#
11+
# Override in: 99-local.env (local development only, not committed)
12+
#
13+
# ================================================================================================
14+
15+
# ================================================================================================
16+
# 🎯 GO VERSION CONFIGURATION
17+
# ================================================================================================
18+
19+
# Secondary Go version for compatibility testing
20+
GO_SECONDARY_VERSION=1.18.x
21+
22+
# ================================================================================================
23+
# 📊 COVERAGE CONFIGURATION
24+
# ================================================================================================
25+
26+
# Coverage Report Provider (codecov for this project)
27+
GO_COVERAGE_PROVIDER=codecov
28+
29+
# Codecov Configuration
30+
CODECOV_TOKEN_REQUIRED=true
31+
32+
# Coverage Exclusions (aligned with codecov.yml ignore paths)
33+
GO_COVERAGE_EXCLUDE_PATHS=test/,vendor/,testdata/,.github/,.mage-cache/,.vscode/,bin/,example/,examples/,mocks/,testing/,docs/

0 commit comments

Comments
 (0)