-
Notifications
You must be signed in to change notification settings - Fork 19
/
codecov.yml
34 lines (30 loc) · 847 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
codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: 50...100
status:
# Learn more at https://codecov.io/docs#yaml_default_commit_status
project: true
patch: true
changes: false
# 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:
- 'Builds'
- 'Datas'
- 'Documents'
- 'Extensions'
- 'Includes'
- 'Libraries'
- 'Medias'
- 'Resources'
- 'Scripts'
comment:
layout: "header, diff, changes, uncovered"
behavior: default # update if exists else create new