We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b835bc8 commit 4e79413Copy full SHA for 4e79413
1 file changed
src/pysonar_scanner/configuration/coveragerc_loader.py
@@ -65,7 +65,7 @@ def __read_config(config_file_path: pathlib.Path) -> dict[str, Any]:
65
def __read_coverage_exclusions_properties(
66
config_file_path: pathlib.Path, coverage_properties: dict[str, Any]
67
) -> dict[str, Any]:
68
- result_dict = {}
+ result_dict: dict[str, Any] = {}
69
if "run" not in coverage_properties:
70
logging.debug(f"The run key was not found in {config_file_path}")
71
return result_dict
0 commit comments