forked from libocca/occa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.codecov.yml
40 lines (37 loc) · 854 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
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_codegen
- src/core/kernelOperators.cpp_codegen
- src/occa/internal/utils/runFunction.cpp_codegen
# Exception is not tracked properly
- src/utils/exception.cpp
# Modes that can't be tested with CI
- src/occa/internal/modes/cuda
- src/occa/internal/modes/hip
- src/occa/internal/modes/opencl
- src/occa/internal/modes/metal
- src/occa/internal/modes/dpcpp
comment:
layout: 'reach, diff, files'
behavior: default
require_changes: false
require_base: no
require_head: yes
branches: null