blob: 3c08860f6a6a2597c913a0063256d408533c92d9 (
plain)
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
|
codecov:
require_ci_to_pass: true
coverage:
precision: 1
round: down
status:
project:
default:
target: auto
threshold: 1%
informational: true
if_ci_failed: ignore
only_pulls: false
patch:
default:
target: 70%
threshold: 5%
informational: true
if_ci_failed: ignore
comment:
layout: "header, diff, flags, files"
behavior: default
require_changes: false
require_base: no
require_head: yes
ignore:
- "tests/"
- "scripts/"
- "**/*.config.ts"
- "**/*.config.js"
- "**/*.config.mjs"
- "**/*.config.cjs"
- "**/*.d.ts"
- ".next/"
- "public/"
|