Skip to content

Commit

Permalink
Merge pull request #765 from Bertk/fix-href
Browse files Browse the repository at this point in the history
fix href for Get-test-execution-metrics
  • Loading branch information
guwirth committed Jan 25, 2016
2 parents 4d2d471 + 5428a27 commit 4d06742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ private static List<PropertyDefinition> testingAndCoverageProperties() {
PropertyDefinition.builder(CxxXunitSensor.REPORT_PATH_KEY)
.name("Unit test execution report(s)")
.description("Path to unit test execution report(s), relative to projects root."
+ " See <a href='https://github.com/SonarOpenCommunity/sonar-cxx/wiki/Get-test-execution-metrics' for supported formats."
+ " See <a href='https://github.com/SonarOpenCommunity/sonar-cxx/wiki/Get-test-execution-metrics'>here</a> for supported formats."
+ " Use <a href='https://ant.apache.org/manual/dirtasks.html'>Ant-style wildcards</a> if neccessary.")
.subCategory(subcateg)
.onQualifiers(Qualifiers.PROJECT, Qualifiers.MODULE)
Expand Down

0 comments on commit 4d06742

Please sign in to comment.