mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
36 lines
857 B
YAML
36 lines
857 B
YAML
# Copyright © 2020 Interplanetary Database Association e.V.,
|
|
# Planetmint and IPDB software contributors.
|
|
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
|
|
|
codecov:
|
|
branch: master # the branch to show by default
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
if_no_uploads: error
|
|
|
|
patch:
|
|
default:
|
|
target: "80%"
|
|
if_no_uploads: error
|
|
|
|
ignore: # files and folders that will be removed during processing
|
|
- "docs/*"
|
|
- "tests/*"
|
|
- "planetmint/version.py"
|
|
- "k8s/*"
|
|
|
|
comment:
|
|
# @stevepeak (from codecov.io) suggested we change 'suggestions' to 'uncovered'
|
|
# in the following line. Thanks Steve!
|
|
layout: "header, diff, changes, sunburst, uncovered"
|
|
behavior: default
|