-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodecov.yml
More file actions
70 lines (66 loc) · 1.53 KB
/
codecov.yml
File metadata and controls
70 lines (66 loc) · 1.53 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
59
60
61
62
63
64
65
66
67
68
69
70
# Codecov configuration for Mokksy and AI-Mocks
# https://docs.codecov.com/docs/codecov-yaml
codecov:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto
threshold: 1%
comment:
layout: "header, diff, flags, components"
behavior: default
require_changes: true
component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: mokksy
name: Mokksy (HTTP Mock Server)
paths:
- mokksy/**
- component_id: ai-mocks-core
name: AI-Mocks Core
paths:
- ai-mocks-core/**
- component_id: ai-mocks-openai
name: AI-Mocks OpenAI
paths:
- ai-mocks-openai/**
- component_id: ai-mocks-anthropic
name: AI-Mocks Anthropic
paths:
- ai-mocks-anthropic/**
- component_id: ai-mocks-gemini
name: AI-Mocks Gemini
paths:
- ai-mocks-gemini/**
- component_id: ai-mocks-ollama
name: AI-Mocks Ollama
paths:
- ai-mocks-ollama/**
- component_id: ai-mocks-a2a
name: AI-Mocks A2A
paths:
- ai-mocks-a2a/**
- component_id: ai-mocks-a2a-models
name: AI-Mocks A2A Models
paths:
- ai-mocks-a2a-models/**
- component_id: a2a-client
name: A2A Client
paths:
- a2a-client/**
- component_id: test-utils
name: Test Utilities
paths:
- test-utils/**