Skip to content

Conversation

@fszymaniak
Copy link
Owner

Improve Stryker.NET configuration and CI workflow to provide better logging and debugging information when mutation reports aren't generated.

Changes to stryker-config.ci.json:

  • Add "cleartext" reporter for better console output visibility

Changes to .github/workflows/ci.yaml:

  • Upgrade verbosity from 'info' to 'debug' for detailed logging
  • Add --log-to-file flag to generate comprehensive log files
  • Remove redundant --output parameter (already in config file)
  • Add pre-flight checks to verify source and test projects exist
  • Show last 50 lines of output even on successful runs
  • Add directory structure checking and file listing
  • Capture and upload all Stryker log files as artifacts
  • Enhance placeholder HTML to include log excerpts for debugging

These changes will help diagnose why mutation reports aren't being generated and ensure better visibility into the Stryker execution process.

Improve Stryker.NET configuration and CI workflow to provide better
logging and debugging information when mutation reports aren't generated.

Changes to stryker-config.ci.json:
- Add "cleartext" reporter for better console output visibility

Changes to .github/workflows/ci.yaml:
- Upgrade verbosity from 'info' to 'debug' for detailed logging
- Add --log-to-file flag to generate comprehensive log files
- Remove redundant --output parameter (already in config file)
- Add pre-flight checks to verify source and test projects exist
- Show last 50 lines of output even on successful runs
- Add directory structure checking and file listing
- Capture and upload all Stryker log files as artifacts
- Enhance placeholder HTML to include log excerpts for debugging

These changes will help diagnose why mutation reports aren't being
generated and ensure better visibility into the Stryker execution process.
@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@fszymaniak fszymaniak merged commit 751f15f into main Dec 29, 2025
9 checks passed
@fszymaniak fszymaniak deleted the claude/fix-stryker-logging-8duwi branch December 29, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants