mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 07:25:56 +00:00
* Fix BinDisc quantile mistakes * Fix FImdlp tests * Fix tests, samples and remove uneeded support files * Add coypright header to sources Fix coverage report Add coverage badge to README * Update sonar github action * Move sources to a folder and change ArffFiles files to library * Add recursive submodules to github action
14 lines
476 B
Properties
14 lines
476 B
Properties
sonar.projectKey=rmontanana_mdlp
|
|
sonar.organization=rmontanana
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
sonar.projectName=mdlp
|
|
sonar.projectVersion=2.0.0
|
|
# sonar.test.exclusions=tests/**
|
|
# sonar.tests=tests/
|
|
# sonar.coverage.exclusions=tests/**,sample/**
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
#sonar.sources=.
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
sonar.sourceEncoding=UTF-8 |