codecov.yml 461 B

12345678910111213141516171819202122
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically copied from https://github.com/pion/.goassets repository.
  5. #
  6. # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
  7. # SPDX-License-Identifier: MIT
  8. coverage:
  9. status:
  10. project:
  11. default:
  12. # Allow decreasing 2% of total coverage to avoid noise.
  13. threshold: 2%
  14. patch:
  15. default:
  16. target: 70%
  17. only_pulls: true
  18. ignore:
  19. - "examples/*"
  20. - "examples/**/*"