19 строки
349 B
YAML
19 строки
349 B
YAML
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: MIT
|
|
codecov:
|
|
branch: master
|
|
ci:
|
|
- drone.nextcloud.com
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
comment:
|
|
layout: "header, diff, changes, uncovered, tree"
|
|
behavior: default
|
|
|
|
github_checks:
|
|
annotations: false
|
|
|