adapt sonar settings
This commit is contained in:
parent
0acccb7c27
commit
ac9c48fc32
@ -9,19 +9,15 @@ python3 -m pip install --upgrade pip
|
||||
|
||||
echo "dev setup for unit test and coverage"
|
||||
|
||||
pip install -e incl/detr/
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
||||
echo "DVC pull step"
|
||||
dvc pull
|
||||
|
||||
#echo "coverage calculation"
|
||||
#coverage run -m pytest -s --disable-warnings incl/image_service
|
||||
#echo "coverage report generation"
|
||||
#coverage report -m
|
||||
#coverage xml
|
||||
echo "coverage report generation"
|
||||
coverage report -m
|
||||
coverage xml
|
||||
|
||||
SERVICE_NAME=$1
|
||||
|
||||
|
||||
4
sonar-project.properties
Normal file
4
sonar-project.properties
Normal file
@ -0,0 +1,4 @@
|
||||
sonar.exclusions=bamboo-specs/**, **/test_data/**
|
||||
sonar.c.file.suffixes=-
|
||||
sonar.cpp.file.suffixes=-
|
||||
sonar.objc.file.suffixes=-
|
||||
Loading…
x
Reference in New Issue
Block a user