You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.6.0] / 2023-08-15
11
+
### 🚀 New features
12
+
- Added CLI options to push mutation reports to stryker dashboard when possible.
13
+
14
+
### 🔧 Fixes
15
+
- Reduced the number of CLI options sent when `IUnitTest.UnitTests` target runs and the current build does not need to collect code coverage.
16
+
- Made `IMutationTest.MutationTests` target to run before `IPack.Pack` does.
17
+
- Added CLI option `--project` to the options output when running mutation tests
18
+
- Changed output directory for mutation report files to save them into a directory named after the source project that was mutated.
19
+
So now `{MutationTestDirectory}/[{framework}]` is now changed to `{MutationTestDirectory}/{ProjectName}/[{framework}]` ([#88](https://github.com/candoumbe/pipelines/issues/88))
20
+
- Fixed the name of the parameters emitted for the [project version](https://stryker-mutator.io/docs/stryker-net/configuration/#project-infoversion-committish) when using `dashboard` reporter ([#89](https://github.com/candoumbe/pipelines/issues/89))
21
+
- Removed `--dashboard.module` parameter as it cannot be defined at CLI level with Stryker version 3.10.0 ([#89](https://github.com/candoumbe/pipelines/issues/89))
22
+
23
+
10
24
## [0.5.0] / 2023-07-24
11
25
### 🚀 New features
12
26
- Added `ConfigName` parameter to specify the name of the configuration to use when pushing nuget packages ([#37](https://github.com/candoumbe/Pipelines/issues/37)).
@@ -168,3 +182,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments