File: service.yml

package info (click to toggle)
python-confluent-kafka 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,660 kB
  • sloc: python: 30,428; ansic: 9,487; sh: 1,477; makefile: 192
file content (17 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: confluent-kafka-python
lang: python
lang_version: 3.7
git:
  enable: true
github:
  enable: true
  repo_name: confluentinc/confluent-kafka-python
sonarqube:
  enable: true
  coverage_exclusions:
    - "**/*.pb.*"
    - "**/mk-include/**/*"
    - "examples/**"
semaphore:
  enable: true
  pipeline_enable: false