github.com/redhat-appstudio/release-service@v0.0.0-20240507143925-083712697924/codecov.yml (about) 1 # Documentation: https://docs.codecov.io/docs/codecov-yaml 2 ignore: 3 - "api/v1alpha1/zz_generated.deepcopy.go" # generated file 4 5 coverage: 6 status: 7 # Allows coverage to drop by a 3% when compared against the base commit. 8 project: 9 default: 10 target: auto 11 threshold: 3% 12 # Sets the expected status for `codecov/patch` check. 13 # We set this to be only informational hence it does not cause the check to fail. 14 patch: 15 default: 16 informational: true