Skip to content

Eco/test dd branch3#2

Open
ChrisDryden wants to merge 18 commits intomainfrom
eco/test-dd-branch3
Open

Eco/test dd branch3#2
ChrisDryden wants to merge 18 commits intomainfrom
eco/test-dd-branch3

Conversation

@ChrisDryden
Copy link
Owner

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8235354e21

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +61 to +63
# UTIL_LIST=$("${ME_dir}"/show-utils.sh ${FEATURES_OPTION})
# DEBUG: Only test dd for faster iteration
UTIL_LIST="dd"

Choose a reason for hiding this comment

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

P1 Badge Restore full utility list in coverage runner

The coverage script now hardcodes UTIL_LIST="dd", so CI coverage only exercises dd and skips every other utility that show-utils.sh would normally enumerate. This makes coverage reports materially incomplete and can let regressions in non-dd utilities ship undetected because their tests are never run in this workflow.

Useful? React with 👍 / 👎.

Comment on lines +45 to +47
- { os: ubuntu-latest , features: dd, toolchain: nightly, run: 1 }
- { os: ubuntu-latest , features: dd, toolchain: nightly, run: 2 }
- { os: ubuntu-latest , features: dd, toolchain: nightly, run: 3 }

Choose a reason for hiding this comment

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

P1 Badge Reintroduce multi-platform and non-dd CI coverage matrix

The workflow matrix is restricted to repeated Ubuntu jobs with features: dd, which removes cross-platform signal from this pipeline and limits exercised code paths to a single utility. Combined with the workflow deletions in this commit, this substantially weakens CI’s ability to catch platform-specific and utility-specific breakages before merge.

Useful? React with 👍 / 👎.

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.

2 participants