mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Merge pull request #1080 from strukturag/codecov-components
CI: Use codecov components.
This commit is contained in:
commit
5b041b795c
1 changed files with 20 additions and 1 deletions
21
.codecov.yml
21
.codecov.yml
|
|
@ -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/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue