diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index ff7e7957af..7f9e98c0dc 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -11,6 +11,7 @@ variables: - 'pipeline/schema/**' # tools updates - Makefile + - 'codecov.yaml' event: pull_request when: diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000000..a474fec9e8 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,2 @@ +ignore: + - '**/mocks/mock_*.go'