-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.codecov.yml
More file actions
58 lines (53 loc) · 1.1 KB
/
.codecov.yml
File metadata and controls
58 lines (53 loc) · 1.1 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Codecov configuration for Ackify CE
# Documentation: https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
target: auto
threshold: 2%
informational: false
patch:
default:
target: auto
threshold: 5%
informational: true
# Separate flags for different test types
flags:
backend:
paths:
- backend/
carryforward: true
frontend:
paths:
- webapp/src/
carryforward: true
e2e:
paths:
- webapp/src/
carryforward: true
# Files to ignore
ignore:
- "**/*.test.ts"
- "**/*.spec.ts"
- "**/*.cy.ts"
- "webapp/cypress/**"
- "webapp/tests/**"
- "backend/cmd/*/main.go"
- "backend/migrations/**"
- "backend/locales/**"
- "backend/templates/**"
- "**/node_modules/**"
- "**/dist/**"
- "**/coverage/**"
- "**/coverage-e2e/**"
# Comment behavior on pull requests
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false
require_base: false
require_head: true
# GitHub checks
github_checks:
annotations: true