forked from lanl/Draco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
36 lines (30 loc) · 685 Bytes
/
.codecov.yml
File metadata and controls
36 lines (30 loc) · 685 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
28
29
30
31
32
33
34
35
36
# Results posted at https://codecov.io/gh/lanl/Draco
# Validate with 'curl --data-binary @.codecov.yml https://codecov.io/validate'
codecov:
token: d51a6207-27aa-4b7f-8399-7dd5ce4991d2
notify:
require_ci_to_pass: yes
coverage:
precision: 1
round: down
range: "70...100"
status:
project: yes
patch: yes
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
ignore:
- "src/.*/test/.*"
- "src/FortranChecks/f90sub/Draco_Test.F90"
- "src/mesh/*.in"
- "src/mesh/test/*.in"
comment:
layout: "header, diff"
behavior: default
require_changes: no