You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

codecov.yml 301B

1234567891011121314
  1. codecov:
  2. branch: master
  3. ci:
  4. - drone.nextcloud.com
  5. - '!scrutinizer-ci.com'
  6. comment: false
  7. # Ignore project status check as our CI only runs PHP tests for PHP PRs and JS tests for JS PRs
  8. # Otherwise it will warn about project coverage drops
  9. coverage:
  10. status:
  11. project: off
  12. patch: off