codecov.yml 362 B

1234567891011121314151617181920
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically copied from https://github.com/pion/.goassets repository.
  5. #
  6. coverage:
  7. status:
  8. project:
  9. default:
  10. # Allow decreasing 2% of total coverage to avoid noise.
  11. threshold: 2%
  12. patch:
  13. default:
  14. target: 70%
  15. only_pulls: true
  16. ignore:
  17. - "examples/*"
  18. - "examples/**/*"