-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.codecov.yml
34 lines (34 loc) · 938 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
coverage:
precision: 2
round: down
range: "70...100"
ignore:
- "**/*_test.go"
- "**/enum_*.go"
- "./cmd/create-s3-replication-job/main.go"
- "./cmd/event-logger/main.go"
- "./cmd/event-received/main.go"
- "./cmd/mlpa/main.go"
- "./cmd/mock-notify/main.go"
- "./cmd/mock-onelogin/main.go"
- "./cmd/mock-os-api/main.go"
- "./cmd/schedule-runner/main.go"
- "./cmd/scheduled-task-adder/main.go"
- "./internal/identity/yoti*"
- "./internal/notify/email.go"
- "./internal/notify/sms.go"
- "./internal/page/fixtures"
- "./internal/telemetry"
- "./internal/validation/error.go"
- "./mocks/*"
- "./scripts/*.go"
status:
project:
default:
target: auto
threshold: 25%
patch:
default:
target: auto
# we can tighten this once we decide what does/doesn't need to be included in coverage runs
threshold: 50%