Skip to content

Commit 076e628

Browse files
authored
Merge pull request #34 from kurnakovv/sna-33
#33 Fix `send-report-message` default value in docs
2 parents 6c94877 + 67af1c3 commit 076e628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-stryker": {
6-
"version": "4.6.0",
6+
"version": "4.9.1",
77
"commands": [
88
"dotnet-stryker"
99
],
1010
"rollForward": false
1111
}
1212
}
13-
}
13+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Or just create an empty file `.config/stryker-config.json`
3636
"reporters": [
3737
"html",
3838
"dashboard",
39-
"progress",
39+
"progress"
4040
],
4141
"project-info": {
4242
"name": "github.com/OWNER/YOUR_REPOSITORY_NAME"
@@ -99,7 +99,7 @@ Once the pipeline completes successfully, you'll see something like this:
9999
| report-source-branch | with | Run stryker report in current source branch (for default branch this parameter is always true) | false | true |
100100
| report-source-branch-diff | with | Run Stryker report and compare default branch with current source branch. I do not recommend using it, as it works with bugs, this feature is waiting for a fix in this [issue](https://github.com/stryker-mutator/stryker-net/issues/3234) | false | false |
101101
| upload-report | with | Upload report to GitHub cloud / [what's under the hood?](https://github.com/marketplace/actions/upload-a-build-artifact) | false | true |
102-
| send-report-message | with | Send report message when PR is opened (add `permissions.pull-requests: write` to action / [how?](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token)) / [what's under the hood?](https://github.com/marketplace/actions/add-pr-comment) | false | --- |
102+
| send-report-message | with | Send report message when PR is opened (add `permissions.pull-requests: write` to action / [how?](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token)) / [what's under the hood?](https://github.com/marketplace/actions/add-pr-comment) | false | true |
103103

104104
> [!NOTE]
105105
> if you are missing some configurations, you can add them to your configuration file `.config/stryker-config.json` | [docs](https://stryker-mutator.io/docs/stryker-net/configuration/)

0 commit comments

Comments
 (0)