codecov.yml 301 B

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