diff --git a/.github/workflows/go-verdiff.yaml b/.github/workflows/go-verdiff.yaml index 305f77314..27773799c 100644 --- a/.github/workflows/go-verdiff.yaml +++ b/.github/workflows/go-verdiff.yaml @@ -1,9 +1,6 @@ name: go-verdiff on: pull_request: - paths: - - '**.mod' - - '.github/workflows/go-verdiff.yaml' branches: - main jobs: diff --git a/codecov.yml b/codecov.yml index 7ea9929a5..4027f28d7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,6 +5,11 @@ codecov: # Configure the paths to include in coverage reports. # Exclude documentation, YAML configurations, and test files. coverage: + status: + project: + default: + target: auto + threshold: 2% paths: - "api/" - "cmd/"