diff --git a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh index 4729120..fb7a59d 100755 --- a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh +++ b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh @@ -17,7 +17,7 @@ echo "DVC pull step" dvc pull echo "coverage calculation" -coverage run -m pytest . +coverage run -m pytest test echo "coverage report generation" coverage report -m coverage xml diff --git a/test/unit_tests/config_test.py b/test/unit_tests/parse_configuration_test.py similarity index 100% rename from test/unit_tests/config_test.py rename to test/unit_tests/parse_configuration_test.py