Skip to content

Commit 7b36fc7

Browse files
author
mustafa.yumurtaci
committed
release v1.0
1 parent 5be45bd commit 7b36fc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ However, it can be installed manually:
2727

2828
### Run Stryker.NET
2929

30-
Next, setup Stryker.NET in your project. See [stryker-mutator.github.io](https://stryker-mutator.github.io). Make sure to enable the `'event-recorder'` reporter.
30+
Next, setup Stryker.NET in your project. See [stryker-mutator.github.io](https://stryker-mutator.github.io). Make sure to enable the `'json'` reporter.
3131
This will record all reporter events and write them to disk (`StrykerOutput/{analysis folder by date}/reports/mutation-report.json` by default).
3232
Make sure that works before proceeding.
3333

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.trendyol.sonar.stryker.net</groupId>
66
<artifactId>sonar-stryker-net-plugin</artifactId>
77
<packaging>sonar-plugin</packaging>
8-
<version>0.0.1</version>
8+
<version>1.0</version>
99

1010
<name>sonar-stryker-net-plugin</name>
1111
<description>SonarQube plugin for Stryker.NET, a mutation testing framework for CSharp</description>

0 commit comments

Comments
 (0)