File: sonar-project.properties

package info (click to toggle)
anta 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,048 kB
  • sloc: python: 48,164; sh: 28; javascript: 9; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (2)
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
sonar.projectKey=aristanetworks_anta
sonar.organization=aristanetworks-1

# Path to sources
sonar.sources=anta/,asynceapi/

# Exclude asynceapi unused modules for now
sonar.exclusions=asynceapi/config_session.py
#sonar.inclusions=

# Path to tests
sonar.tests=tests/
#sonar.test.exclusions=
#sonar.test.inclusions=

# Source encoding
#sonar.sourceEncoding=UTF-8

# Python version (for python projects only)
sonar.python.version=3.10,3.11,3.12,3.13

# Exclusions for copy-paste detection
#sonar.cpd.exclusions=,

sonar.python.coverage.reportPaths=.coverage.xml