Skip to content
Snippets Groups Projects
Commit b763d106 authored by Michal Maciejewski's avatar Michal Maciejewski
Browse files

Reintroduced sonar-project.properties file

parent 3a86f5e8
No related branches found
Tags 1.4.84
No related merge requests found
Pipeline #2305483 passed with warnings
......@@ -4,7 +4,7 @@
/venv/*
/.idea/*
/lhcsmapi.egg-info/*
/build/*
/.pytest_cache/*
*.pyc
vcs.xml
workspace.xml
......
name = "lhcsmapi"
__version__ = "1.4.83"
__version__ = "1.4.84"
def get_lhcsmapi_version() -> None:
......
# Required metadata
sonar.projectKey=lhc-sm-api
sonar.projectName=lhc-sm-api
sonar.projectVersion=1.0
# Comma-separated paths to directories with sources (required)
sonar.sources=lhcsmapi
sonar.python.coverage.reportPath=cov.xml
# Language
sonar.language=py
# Encoding of the source files
sonar.sourceEncoding=UTF-8
sonar.host.url=http://sonar.cern.ch:9000/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment