forked from libocca/occa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
43 lines (40 loc) · 844 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
36
37
38
39
40
41
42
43
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
threshold: 0.1%
patch:
default:
threshold: 50%
changes: false
ignore:
- examples
- tests
# Scripts
- scripts
- include/occa/scripts
# Auto-generated files
- include/occa/core/kernelOperators.hpp
- src/core/kernelOperators.cpp
- src/tools/runFunction.cpp
# Exception is not tracked properly
- src/tools/exception.cpp
# Modes that can't be tested with Travis
- include/occa/modes/cuda
- include/occa/modes/hip
- include/occa/modes/opencl
- include/occa/modes/metal
- src/modes/cuda
- src/modes/hip
- src/modes/opencl
- src/modes/metal
comment:
layout: 'reach, diff, files'
behavior: default
require_changes: false
require_base: no
require_head: yes
branches: null