mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
cb337a38fd
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
16 lines
347 B
YAML
16 lines
347 B
YAML
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# CoAP is temporarily ignored since we don't have tests for it yet.
|
|
coverage:
|
|
ignore:
|
|
- "tools/*"
|
|
- "api/grpc/**"
|
|
- "cmd/*"
|
|
- "coap/**"
|
|
- "**/mocks/*"
|
|
- "*/middleware/*"
|
|
- "pkg/sid/mock.go"
|
|
- "pkg/tracing/utils.go"
|
|
- "pkg/prometheus/*"
|