chore: Remove provenance-main.json file as it is no longer needed for the build process.

This commit is contained in:
GitHub Actions
2026-01-21 14:00:54 +00:00
parent 8bb4bb7c4b
commit 84224ceef9
26 changed files with 78 additions and 26345 deletions

View File

@@ -11,6 +11,25 @@ coverage:
default:
target: 100%
# Exclude test artifacts and non-production code from coverage
ignore:
- "**/*_test.go"
- "**/testdata/**"
- "**/mocks/**"
- "**/test-data/**"
- "tests/**"
- "playwright/**"
- "test-results/**"
- "playwright-report/**"
- "coverage/**"
- "scripts/**"
- "tools/**"
- "docs/**"
- "*.md"
- "*.json"
- "*.yaml"
- "*.yml"
flags:
backend:
paths: