.codecov.yml 557 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
  3. codecov:
  4. branch: master
  5. ci:
  6. - drone.nextcloud.com
  7. notify:
  8. after_n_builds: 2
  9. coverage:
  10. precision: 2
  11. round: down
  12. range: "70...100"
  13. status:
  14. project:
  15. default:
  16. threshold: 0.5
  17. comment:
  18. layout: "header, diff, changes, uncovered, tree"
  19. behavior: default
  20. require_changes: true
  21. after_n_builds: 2
  22. github_checks:
  23. annotations: false
  24. ignore:
  25. - "app/src/main/res/values*/*"