Skip to content

Commit e37d839

Browse files
committed
chore(env): remove deprecated .env.custom and add 90-project.env
1 parent 07d4c86 commit e37d839

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

.github/.env.custom

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

.github/env/90-project.env

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# ================================================================================================
2+
# 🏗️ PROJECT-SPECIFIC CONFIGURATION (90-project.env)
3+
# ================================================================================================
4+
#
5+
# Purpose: Project-specific overrides that are NOT synced to other repos via go-broadcast
6+
# Load Order: 90 (loaded after all default/tool configs, overrides everything before it)
7+
#
8+
# This file contains settings unique to this repository:
9+
# - Coverage provider and reporting overrides
10+
# - Coverage path exclusions (aligned with codecov.yml)
11+
#
12+
# This file is NOT synced via go-broadcast. Edit freely for this project's needs.
13+
#
14+
# ================================================================================================
15+
16+
# ================================================================================================
17+
# 📊 COVERAGE PROVIDER OVERRIDES
18+
# ================================================================================================
19+
20+
# Use Codecov as the coverage provider (overrides default: internal)
21+
GO_COVERAGE_PROVIDER=codecov
22+
23+
# Require Codecov token for uploads
24+
CODECOV_TOKEN_REQUIRED=true
25+
26+
# ================================================================================================
27+
# 🚫 COVERAGE EXCLUSIONS (aligned with codecov.yml)
28+
# ================================================================================================
29+
30+
# Exclude paths from coverage reporting (matches codecov.yml ignore list)
31+
GO_COVERAGE_EXCLUDE_PATHS=.github/,.mage-cache/,.vscode/,bin/,example/,examples/,mocks/,test/,testing/,vendor/,testdata/

0 commit comments

Comments
 (0)