https://github.com/owncloud/core
Raw File
Tip revision: 970b0600c7727b09b64b085eb951c71f7847bc02 authored by Phil Davis on 19 June 2021, 10:42:59 UTC
Allow for no unit tests with coverage in CI
Tip revision: 970b060
shipped.json
{
  "shippedApps": [
    "encryption",
    "configreport",
    "dav",
    "federation",
    "federatedfilesharing",
    "files",
    "files_external",
    "files_sharing",
    "files_trashbin",
    "files_versions",
    "provisioning_api",
    "updatenotification"
  ],
  "alwaysEnabled": [
    "files",
    "files_external",
    "dav",
    "federatedfilesharing"
  ]
}
back to top