forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 3
/
codecov.yml
33 lines (28 loc) · 843 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
codecov:
notify:
after_n_builds: 7
coverage:
precision: 2
round: down
range: 70...100
status:
# Learn more at https://codecov.io/docs#yaml_default_commit_status
project: true
patch: true
changes: true
# We don't want statistics for the tests themselves and certainly not for the
# benchmarks and boost libraries. Note that while we exclude the gcov data for
# these patterns in the codecov call (codecov --gcov-glob ...), the fact that
# our code references these areas also means we need to tell codecov itself to
# ignore them from the stats.
ignore:
- .*/tests/.*
- .*/benchmarks/.*
- .*/BoostParts/.*
- .*/pybind11/.*
- .*/whereami/.*
fixes:
- "utils.py::ycmd/utils.py"
comment:
layout: "header, diff, changes, uncovered"
behavior: default # update if exists else create new