-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
30 lines (27 loc) · 617 Bytes
/
codecov.yml
File metadata and controls
30 lines (27 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##
# Copyright (c) 2026 Oleksii Serdiuk
# SPDX-License-Identifier: BSD-3-Clause
##
component_management:
individual_components:
- component_id: core
name: Core
paths:
- src/core/**
- component_id: format_plugins
name: Format Plugins
paths:
- src/formats/**
- component_id: data_providers
name: Data Providers
paths:
- src/data-providers/**
coverage:
range: "75..90"
status:
project:
default:
target: auto
threshold: 5%
comment:
layout: "condensed_header, diff, components, condensed_files, condensed_footer"