Skip to content

Commit

Permalink
fix Idean#61
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Kromberg committed Dec 28, 2016
1 parent 6ac279d commit 5300a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.backelite.sonarqube</groupId>
<artifactId>backelite-sonar-swift-plugin</artifactId>
<version>0.3.0</version>
<version>0.3.1-patched</version>

<packaging>sonar-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private void saveTestsDetails(@Nonnull Resource resource, @Nonnull TestSuiteRepo
}
}
testCaseDetails.append("</tests-details>");
context.saveMeasure(resource, new Measure(CoreMetrics.TEST_DATA, testCaseDetails.toString()));
//context.saveMeasure(resource, new Measure(CoreMetrics.TEST_DATA, testCaseDetails.toString()));
}

private void saveClassMeasure(@Nonnull Resource resource, Metric metric, double value) {
Expand Down

0 comments on commit 5300a47

Please sign in to comment.