Skip to content

fix(ci): include lib/ workspace crates in coverage reports#25402

Open
thomasqueirozb wants to merge 2 commits intomasterfrom
fix/coverage-missing-lib
Open

fix(ci): include lib/ workspace crates in coverage reports#25402
thomasqueirozb wants to merge 2 commits intomasterfrom
fix/coverage-missing-lib

Conversation

@thomasqueirozb
Copy link
Copy Markdown
Contributor

@thomasqueirozb thomasqueirozb commented May 8, 2026

Summary

cargo llvm-cov report and the integration test coverage command were both missing --workspace, so coverage data for lib/ workspace crates was collected but then filtered out at report time — only the root vector package (src/) appeared in the output.

Vector configuration

NA

How did you test this PR?

/ci-run-coverage

CI run: https://github.com/vectordotdev/vector/actions/runs/25584248327?pr=25402

Change Type

  • Bug fix
  • New feature
  • Dependencies
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. A maintainer will apply the no-changelog label to this PR.

References

@thomasqueirozb thomasqueirozb added the no-changelog Changes in this PR do not need user-facing explanations in the release changelog label May 8, 2026
@github-actions github-actions Bot added the domain: vdev Anything related to the vdev tooling label May 8, 2026
@thomasqueirozb

This comment was marked as outdated.

@thomasqueirozb thomasqueirozb changed the title fix(coverage): include lib/ workspace crates in coverage reports fix(dev): include lib/ workspace crates in coverage reports May 8, 2026
Copy link
Copy Markdown
Contributor Author

@thomasqueirozb thomasqueirozb left a comment

Choose a reason for hiding this comment

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

/ci-run-coverage

@thomasqueirozb thomasqueirozb changed the title fix(dev): include lib/ workspace crates in coverage reports fix(ci): include lib/ workspace crates in coverage reports May 8, 2026
@thomasqueirozb thomasqueirozb marked this pull request as ready for review May 8, 2026 22:55
@thomasqueirozb thomasqueirozb requested a review from a team as a code owner May 8, 2026 22:55
Copy link
Copy Markdown
Contributor Author

@thomasqueirozb thomasqueirozb left a comment

Choose a reason for hiding this comment

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

/ci-run-coverage

@thomasqueirozb thomasqueirozb enabled auto-merge May 9, 2026 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: vdev Anything related to the vdev tooling no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant