Use Stryker Mutator Dashboard#2500
Merged
Merged
Conversation
Upload mutation test results to Stryker Mutator dashboard.
Edit the configuration file as things don't seem to be working correctly.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2500 +/- ##
=======================================
Coverage 85.35% 85.35%
=======================================
Files 312 312
Lines 7465 7465
Branches 1121 1121
=======================================
Hits 6372 6372
Misses 908 908
Partials 185 185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Add a log message to see if things are working or not, as they don't seem to be.
Use the ref name for the mutation dashboard, rather than the literal version number.
Member
Author
|
Not sure what's going on - there's no evidence of reports being uploaded, but if I try and do it locally with the API key I get an HTTP 401 error... |
Write the markdown mutation report to the GitHub Actions step summary.
Skip clean in CI as there isn't anything to clean.
Add dots reporter to make progress visible.
Fix project setup variables.
Disable progress and apply filter.
- Remove tool declarations from Cake build so that dependabot can update them. - Remove (seemingly) obsolete usage of xunit.runner.console.
- Write mutation dashboard URL to output. - Add link to mutation report to Markdown summary.
Add a heading to the markdown summary section with the dashboard URL.
Fix incorrect declaration order.
Add a badge for Stryker mutations score.
Restore .NET Tools so that Stryker is installed.
Fix the tool no longer being found.
Emit a link to the overall mutation report to the step summary.
Emit the mutation tests failing as an error annotation.
Use `printf` instead of `echo` to handle new lines.
Use `%s` placeholder instead of expanding environment variable.
There was a problem hiding this comment.
Copilot reviewed 5 out of 17 changed files in this pull request and generated no comments.
Files not reviewed (12)
- .config/dotnet-tools.json: Language not supported
- eng/stryker-config.json: Language not supported
- .github/workflows/ossf-scorecard.yml: Evaluated as low risk
- .github/workflows/codeql-analysis.yml: Evaluated as low risk
- README.md: Evaluated as low risk
- .github/workflows/nuget-packages-published.yml: Evaluated as low risk
- .github/workflows/release.yml: Evaluated as low risk
- .github/workflows/gh-pages.yml: Evaluated as low risk
- .github/workflows/after-release.yml: Evaluated as low risk
- .github/workflows/updater-approve.yml: Evaluated as low risk
- .github/workflows/dependency-review.yml: Evaluated as low risk
- .github/workflows/dependabot-approve.yml: Evaluated as low risk
This was referenced Jun 10, 2026
This was referenced Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dotnet cleanin CI.dotnet-strykerto .NET tools config instead of Cake build so Dependabot can update it.