forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
27 lines (23 loc) · 737 Bytes
/
Copy pathcodecov.yml
File metadata and controls
27 lines (23 loc) · 737 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
codecov:
notify:
require_ci_to_pass: yes
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
# 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/.*
- .*/BoostParts/.*
comment:
layout: "header, diff, changes, uncovered"
behavior: default # update if exists else create new