coverage: status: project: default: # basic target: auto threshold: 0% base: auto flags: - unit paths: - "src" # advanced settings branches: - master if_ci_failed: error #success, failure, error, ignore informational: false only_pulls: false patch: # basic target: 70% threshold: 0% base: auto flags: - unit paths: - "src" # advanced settings branches: - master if_ci_failed: failure #success, failure, error, ignore informational: false only_pulls: false