codecov.yml 159 B

12345678910
  1. codecov:
  2. notify:
  3. after_n_builds: 7
  4. coverage:
  5. range: "60..100"
  6. status:
  7. project:
  8. default:
  9. threshold: 1%