From 92691fe2341692403798cfd72793e6376cf8b1ec Mon Sep 17 00:00:00 2001 From: Martin Slot Date: Sat, 1 Oct 2022 18:41:05 +0200 Subject: [PATCH] Testing code coverage --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index a19b065..ff4469c 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ community.rust.clippy.reportPaths=report.json sonar.projectKey=VersionChecker sonar.sources=. -community.rust.cobertura.reportPaths=Cobertura.xml \ No newline at end of file +community.rust.cobertura.reportPaths=cobertura.xml \ No newline at end of file