File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
community-rust-plugin/src/main/java/org/elegoff/plugins/communityrust/xunit Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -77,5 +77,6 @@ This Community Rust plugin doesn't run your tests or generate tests reports for
7777
7878Currently, only ` junit report ` formats are supported :
7979
80- Insert a parameter ` sonar.rust.test.reportPath ` into you ` sonar-project.properties ` file. As an example, one of such tool
80+ Insert a parameter ` community.rust.test.reportPath ` into you ` sonar-project.properties ` file. As an example, one of such tool
81+
8182for Rust than converts ` cargo test ` report to ` junit report ` is [ cargo2junit] ( https://crates.io/crates/cargo2junit ) .
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ set analysis parameter `community.rust.clippy.reportPaths=<CLIPPY REPORT FILE>`
2323
2424* Optionally import tests measures (` junit ` report)
2525
26- use ` sonar .rust.test.reportPath`
26+ use ` community .rust.test.reportPath`
2727
2828* Optionally import coverage measures
2929
Original file line number Diff line number Diff line change 4040
4141
4242public class XUnitSensor implements Sensor {
43- public static final String REPORT_PATH_KEY = "sonar .rust.test.reportPath" ;
43+ public static final String REPORT_PATH_KEY = "community .rust.test.reportPath" ;
4444 public static final String DEFAULT_REPORT_PATH = "rust-test.xml" ;
4545 private static final Logger LOG = Loggers .get (XUnitSensor .class );
4646
Original file line number Diff line number Diff line change 3838 <developer >
3939 <id >thibaultfalque</id >
4040 <name >Thibault Falque</name >
41- <email >thibault.falque@gmail .com</email >
41+ <email >thibault.falque@exakis-nelite .com</email >
4242 </developer >
4343 </developers >
4444
You can’t perform that action at this time.
0 commit comments