-
-
Notifications
You must be signed in to change notification settings - Fork 258
Expand file tree
/
Copy pathcodecov.yml
More file actions
33 lines (31 loc) · 865 Bytes
/
codecov.yml
File metadata and controls
33 lines (31 loc) · 865 Bytes
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
coverage:
ignore:
# Generated code
- "api"
# Ignore frontend code for now
- "internal/service/frontend"
# Test code
- "internal/test"
# Executor code does not measure coverage for now
- "internal/digraph/executor"
# The filenotify is a third party library
- "internal/scheduler/filenotify"
# Legacy persistence code
- "internal/persistence/legacy"
# LLM provider implementations - require external API mocking
- "internal/llm/providers"
# HTTP client wrapper - requires HTTP mocking
- "internal/llm/http.go"
# Protobuf generated code
- "proto"
status:
project:
default:
if_ci_failed: success
threshold: 5%
patch: off
github_checks:
annotations: false
comment:
layout: "reach, diff, flags, files, footer"
behavior: new