mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
44 lines
822 B
YAML
44 lines
822 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 2%
|
|
|
|
comment:
|
|
layout: "header, diff, flags, components, files"
|
|
after_n_builds: 2
|
|
|
|
ignore:
|
|
- "*_easyjson.go"
|
|
- "*.pb.go"
|
|
|
|
component_management:
|
|
individual_components:
|
|
- component_id: module_root
|
|
name: root
|
|
paths:
|
|
- "*.go"
|
|
- component_id: module_api
|
|
name: api
|
|
paths:
|
|
- api/**
|
|
- component_id: module_client
|
|
name: client
|
|
paths:
|
|
- client/**
|
|
- component_id: module_internal
|
|
name: internal
|
|
paths:
|
|
- internal/**
|
|
- component_id: module_log
|
|
name: log
|
|
paths:
|
|
- log/**
|
|
- component_id: module_proxy
|
|
name: proxy
|
|
paths:
|
|
- proxy/**
|
|
- component_id: module_server
|
|
name: server
|
|
paths:
|
|
- server/**
|