chore: re-enable fail-on-error for coverage upload - #18
Merged
Conversation
…GIT_EDITOR - Fix Split-Commit creating one piece per hunk instead of grouping by PieceNumber across multiple files in a single commit - Add -AutoResolveConflicts to Move-Commit for modify/delete conflicts during source rebase (auto-removes files created by the moved commit) - Set GIT_EDITOR/GIT_SEQUENCE_EDITOR during Move-Commit rebase to prevent interactive editor hangs in non-interactive environments Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Repo transferred to immense org where Code Quality is available. The code-coverage/report endpoint now returns 422 (not 404), confirming the feature is active. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Intended to make coverage upload failures fail CI, but also includes unrelated module changes and CodeQL setup.
Changes:
- Enables coverage upload failure enforcement.
- Adds a CodeQL workflow.
- Expands commit splitting/moving behavior and tests.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
.github/workflows/ci.yml |
Enables fail-on-error. |
.github/workflows/codeql.yml |
Adds CodeQL analysis. |
GitSplit.psm1 |
Modifies Git operations and APIs. |
GitSplit.Tests.ps1 |
Adds split/move tests. |
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.
Repo transferred to the
immenseorg where Code Quality is available. Thecode-coverage/reportendpoint now returns 422 (not 404), confirming the feature is active.Changes:
fail-on-error: trueonactions/upload-code-coverage@v1so CI fails when coverage upload failsFollow-up to PRs #13 and #14 which added coverage reporting but had to disable fail-on-error due to the 404.