-
Notifications
You must be signed in to change notification settings - Fork 80
/
codecov.yml
35 lines (31 loc) · 906 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
codecov:
token: ${{ secrets.CODECOV_TOKEN }}
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/*"
- "Builds/**/*"
- "Datas/*"
- "Documents/*"
- "Documents/**/*"
- "Extensions/**/*"
- "Includes/Rosetta/Common/Enums/*.def"
- "Libraries/**/*"
- "Medias/**/*"
- "Resources/*"
- "Scripts/*"
comment:
layout: "header, diff, changes, uncovered"
behavior: default # update if exists else create new