Open
Conversation
- Replace Codecov with self-hosted GitHub Pages coverage reports - Add ReportGenerator to generate HTML coverage reports - Deploy coverage reports to GitHub Pages on main branch pushes - Add status badges to README (CI, CD, Coverage, SonarCloud, License, .NET) - Add required permissions for GitHub Pages deployment Coverage reports will be available at: https://fszymaniak.github.io/TheOfficeAPI/
- Add checks: write permission for test-reporter to create check runs - Add pull-requests: write permission for PR annotations - Apply to both build-and-unit-tests and mocked-integration-tests jobs This fixes the CI pipeline issue where test-reporter couldn't create check runs on pull requests due to missing permissions.
fszymaniak
pushed a commit
that referenced
this pull request
Dec 15, 2025
Add detailed analysis and automation scripts for repository branch maintenance: - BRANCH_CLEANUP_REPORT.md: Complete analysis of all branches - Identifies 6 merged branches safe to delete - Lists 14 active PRs needing sync with main - Documents 4 orphaned branches for review - Provides detailed recommendations and next steps - delete-merged-branches.sh: Safe branch deletion script - Verifies branches are fully merged before deletion - Requires user confirmation - Provides detailed progress output - sync-pr-branches.sh: PR synchronization script - Automatically syncs PR branches with main - Handles merge conflicts gracefully - Returns to original branch after completion - BRANCH_MAINTENANCE.md: User guide - Quick start instructions - Script usage documentation - Manual sync procedures - Troubleshooting guide Analysis Summary: - 6 merged branches ready for deletion - 2 Claude PRs need sync (#37, #6) - 12 Dependabot PRs (auto-managed) - 4 orphaned branches need decision
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.
Coverage reports will be available at: https://fszymaniak.github.io/TheOfficeAPI/