Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.codecov.yml 362 B
# https://docs.codecov.io/docs/commit-status
coverage:
  status:
    project:
      default:
        # basic
        target: 0%
        threshold: 0%
        base: 0%
        # advanced
        branches: null
        if_no_uploads: error
        if_not_found: success
        if_ci_failed: error
        only_pulls: false
        flags: null
        paths: null