選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

codecov.yml 419B

12345678910111213141516
  1. # SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-License-Identifier: AGPL-3.0-or-later
  3. codecov:
  4. branch: master
  5. ci:
  6. - drone.nextcloud.com
  7. - '!scrutinizer-ci.com'
  8. comment: false
  9. # Ignore project status check as our CI only runs PHP tests for PHP PRs and JS tests for JS PRs
  10. # Otherwise it will warn about project coverage drops
  11. coverage:
  12. status:
  13. project: off
  14. patch: off