forked from confluentinc/confluent-kafka-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.yml
More file actions
35 lines (35 loc) · 768 Bytes
/
service.yml
File metadata and controls
35 lines (35 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: confluent-kafka-javascript
lang: unknown
lang_version: unknown
git:
enable: true
github:
enable: true
repo_name: confluentinc/confluent-kafka-javascript
codeowners:
enable: true
semaphore:
enable: true
tasks:
- name: post-install
scheduled: false
branch: "master"
pipeline_file: .semaphore/post_install.yml
parameters:
- name: LIBRARY_VERSION
required: true
description: "Which library version to install."
default_value: "latest"
sonarqube:
enable: true
coverage_reports:
- "./coverage/lcov.info"
coverage_exclusions:
- "**/*.pb.*"
- "**/mk-include/**/*"
- "examples/**"
- "schemaregistry-examples/**"
- "schemaregistry/e2e/**"
languages:
- "javascript"
- "typescript"