# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
codecov:
branch: master
ci:
- drone.nextcloud.com
- '!scrutinizer-ci.com'
comment: false
# Ignore project status check as our CI only runs PHP tests for PHP PRs and JS tests for JS PRs
# Otherwise it will warn about project coverage drops
coverage:
status:
project: off
patch: off
/a> : redmine.git
blob: 3ab73beb9d448b1697b542de1abcb57f761979e7 (
plain)
1
2
3
4
|
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
run Rails.application
|