Implemented pragmas for not_produced not_consumed signals

This commit is contained in:
Martino Ferrari
2026-01-30 14:42:26 +01:00
parent c3f4d8f465
commit 6fa67abcb4
5 changed files with 66 additions and 224 deletions

View File

@@ -10,7 +10,7 @@ build:
go build -o $(BUILD_DIR)/$(BINARY_NAME) ./cmd/mdt
test:
go test -v ./...
go test -v ./test/...
coverage:
go test -cover -coverprofile=coverage.out ./test/... -coverpkg=./internal/...