forked from single-cell-data/TileDB-SOMA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
38 lines (34 loc) · 872 Bytes
/
codecov.yml
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
31
32
33
34
35
36
37
38
coverage:
range: "90...95"
ignore:
- "apis/r/inst/tiledb/"
- "apis/r/inst/tiledbsoma/include"
- "apis/r/src/nanoarrow.c"
- "apis/r/src/nanoarrow.h"
- "apis/r/src/libtiledbsoma/src/external"
- "apis/python/devtools/"
- "apis/python/src/tiledbsoma/__init__.py"
comment:
layout: "header, diff, flags, components" # show component info in the PR comment
component_management:
individual_components:
- component_id: python_api
name: python_api
paths:
- apis/python/src/tiledbsoma/**
- component_id: libtiledbsoma
name: libtiledbsoma
paths:
- libtiledbsoma/src/tiledbsoma/**
- libtiledbsoma/src/soma/**
- libtiledbsoma/src/utils/**
coverage:
status:
patch:
default:
target: 0
threshold: 100
project:
default:
target: 70
threshold: 100