Skip to content

ci: drop integration.yml — superseded by go-check#579

Merged
CybotTM merged 1 commit into
mainfrom
ci/drop-redundant-integration-yml
Apr 20, 2026
Merged

ci: drop integration.yml — superseded by go-check#579
CybotTM merged 1 commit into
mainfrom
ci/drop-redundant-integration-yml

Conversation

@CybotTM

@CybotTM CybotTM commented Apr 20, 2026

Copy link
Copy Markdown
Member

Redundant with go-check's enable-integration-tests: true already set in ci.yml. Removing kills the last inline harden-runner reference on ofelia (so #576 and future similar Dependabot PRs are fully handled by netresearch/.github updates).

Copilot AI review requested due to automatic review settings April 20, 2026 11:29
@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@github-actions github-actions Bot added the ci label Apr 20, 2026
@github-actions

github-actions Bot commented Apr 20, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

  • .github/workflows/integration.yml

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Automated approval for maintainer PR

All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.

@codecov

codecov Bot commented Apr 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.19%. Comparing base (0959615) to head (18d0999).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #579      +/-   ##
==========================================
- Coverage   87.24%   87.19%   -0.06%     
==========================================
  Files          88       88              
  Lines       10625    10625              
==========================================
- Hits         9270     9264       -6     
- Misses       1115     1119       +4     
- Partials      240      242       +2     
Flag Coverage Δ
integration 87.17% <ø> (-0.08%) ⬇️
unittests 83.77% <ø> (-0.02%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Removes the repository-specific Integration GitHub Actions workflow because integration tests are already executed via the reusable go-check workflow in ci.yml.

Changes:

  • Delete .github/workflows/integration.yml (standalone integration-test workflow)
  • Rely on .github/workflows/ci.yml’s go-check reusable workflow with enable-integration-tests: true for integration test execution
Comments suppressed due to low confidence (1)

.github/workflows/integration.yml:1

  • PR description says this removal eliminates the last inline step-security/harden-runner reference, but .github/workflows/codeql.yml still pins step-security/harden-runner in the detect job. Consider updating the description or addressing that remaining reference so the PR matches its stated goal.

…tests

Previously integration.yml ran `go test -tags=integration` with a
bespoke harden-runner + setup-buildx setup. With go-check.yml now
supporting `enable-integration-tests: true` (set in this repo's
ci.yml), the same invocation runs inside the reusable workflow and
uploads coverage to Codecov under the `integration` flag.

This also removes the last inline harden-runner reference on ofelia,
so Dependabot's harden-runner bumps (e.g. #576) are fully handled by
netresearch/.github updates and no longer surface per-repo.

Signed-off-by: Sebastian Mendel <[email protected]>
@CybotTM CybotTM force-pushed the ci/drop-redundant-integration-yml branch from 88e8de9 to 18d0999 Compare April 20, 2026 11:46

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Automated approval for maintainer PR

All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.

@CybotTM CybotTM added this pull request to the merge queue Apr 20, 2026
Merged via the queue into main with commit 2eab2a7 Apr 20, 2026
21 checks passed
@CybotTM CybotTM deleted the ci/drop-redundant-integration-yml branch April 20, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants