Merge pull request #1080 from strukturag/codecov-components

CI: Use codecov components.
This commit is contained in:
Joachim Bauch 2025-09-27 20:18:02 +02:00 committed by GitHub
commit 5b041b795c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,9 +5,28 @@ coverage:
threshold: 2%
comment:
layout: "header, diff, flags, files"
layout: "header, diff, flags, components, files"
after_n_builds: 2
ignore:
- "*_easyjson.go"
- "*.pb.go"
component_management:
individual_components:
- component_id: module_api
name: api
paths:
- api/**
- component_id: module_client
name: client
paths:
- client/**
- component_id: module_proxy
name: proxy
paths:
- proxy/**
- component_id: module_server
name: server
paths:
- server/**