codecov.yaml 168 B

123456789101112
  1. coverage:
  2. precision: 2
  3. round: nearest
  4. range: "60...70"
  5. status:
  6. project:
  7. default:
  8. target: auto
  9. threshold: 1%
  10. ignore:
  11. - "**/main.go"