mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
Ignore mocks for coverage (#6074)
This commit is contained in:
@@ -11,6 +11,7 @@ variables:
|
||||
- 'pipeline/schema/**'
|
||||
# tools updates
|
||||
- Makefile
|
||||
- 'codecov.yaml'
|
||||
event: pull_request
|
||||
|
||||
when:
|
||||
|
||||
2
codecov.yaml
Normal file
2
codecov.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
ignore:
|
||||
- '**/mocks/mock_*.go'
|
||||
Reference in New Issue
Block a user