-
Notifications
You must be signed in to change notification settings - Fork 11
/
.kres.yaml
35 lines (35 loc) · 1.09 KB
/
.kres.yaml
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
---
kind: golang.Generate
spec:
experimentalFlags:
- --experimental_allow_proto3_optional
vtProtobufEnabled: true
specs:
- source: https://raw.githubusercontent.com/cosi-project/specification/3a4d5d04bea01b9549af4e8c0d593ace09a7ebd3/proto/v1alpha1/resource.proto
subdirectory: v1alpha1/
genGateway: true
external: false
- source: https://raw.githubusercontent.com/cosi-project/specification/3a4d5d04bea01b9549af4e8c0d593ace09a7ebd3/proto/v1alpha1/state.proto
subdirectory: v1alpha1/
genGateway: true
external: false
- source: https://raw.githubusercontent.com/cosi-project/specification/3a4d5d04bea01b9549af4e8c0d593ace09a7ebd3/proto/v1alpha1/meta.proto
subdirectory: v1alpha1/
genGateway: true
external: false
- source: api/key_storage/key_storage.proto
subdirectory: key_storage/
genGateway: false
external: false
---
kind: golang.UnitTests
spec:
extraArgs: "-p 1" # limit parallelism to avoid flakiness on busy GH runners
---
kind: auto.CI
spec:
provider: drone
---
kind: service.CodeCov
spec:
targetThreshold: 45