Skip to content

Commit 8f20f23

Browse files
committed
chore(env): remove custom coverage exclusions and clean up versioning
1 parent 80ce2df commit 8f20f23

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/.env.custom

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
#
1818
# ================================================================================================
1919

20-
# Custom Coverage Exclusions
21-
GO_COVERAGE_EXCLUDE_PATHS=test/,vendor/,testdata/,examples/,plans/,docs/
22-
23-
# Google Analytics Configuration (for coverage pages)
24-
# GOOGLE_ANALYTICS_ID=
20+
GO_PRIMARY_VERSION=1.25.x
21+
GO_SECONDARY_VERSION=1.25.x
22+
MAGE_X_GO_SECONDARY_VERSION=1.25.x
23+
MAGE_X_GO_VERSION=1.25.x
2524

2625
# Provider
2726
GO_COVERAGE_PROVIDER=codecov

0 commit comments

Comments
 (0)