Ignore mocks for coverage (#6074)

This commit is contained in:
qwerty287
2026-02-06 15:04:48 +01:00
committed by GitHub
parent 92a489f538
commit 76355d1e56
2 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ variables:
- 'pipeline/schema/**' - 'pipeline/schema/**'
# tools updates # tools updates
- Makefile - Makefile
- 'codecov.yaml'
event: pull_request event: pull_request
when: when:

2
codecov.yaml Normal file
View File

@@ -0,0 +1,2 @@
ignore:
- '**/mocks/mock_*.go'