Skip to content

Conversation

@martincostello
Copy link
Member

@martincostello martincostello commented Feb 14, 2025

  • Upload mutation test results to Stryker Mutator dashboard (but not for forks as it needs a secret).
  • Write markdown mutation reports to GitHub Step Summary.
  • Emit mutation test failure as an error annotation.
  • Add mutation score badge to README.
  • Skip dotnet clean in CI.
  • Add Stryker "dots" reporter.
  • Add dotnet-stryker to .NET tools config instead of Cake build so Dependabot can update it.
  • Remove redundant tool installation.

Upload mutation test results to Stryker Mutator dashboard.
Edit the configuration file as things don't seem to be working correctly.
@codecov
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.35%. Comparing base (9120b35) to head (97b39b1).
Report is 2 commits behind head on main.

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           
Flag Coverage Δ
linux 85.35% <ø> (ø)
macos 85.35% <ø> (ø)
windows 85.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.
@martincostello
Copy link
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.
Drop the `.` so it doesn't get included.
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.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@martincostello martincostello marked this pull request as ready for review February 15, 2025 11:47
@martincostello martincostello merged commit f58fcfb into main Feb 15, 2025
24 checks passed
@martincostello martincostello deleted the mutations-dashboard branch February 15, 2025 11:47
martincostello added a commit that referenced this pull request Feb 19, 2025
This was added by #2500 but I think it's actually redundant.
martincostello added a commit that referenced this pull request Feb 19, 2025
This was added by #2500 but I think it's actually redundant.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants