Skip to content

Migrate coverage pipeline to score_coverage 0.2.0 - #663

Open
NicolasFussberger wants to merge 2 commits into
mainfrom
migrate_coverage
Open

NicolasFussberger wants to merge 2 commits into
mainfrom
migrate_coverage

Conversation

@NicolasFussberger

@NicolasFussberger NicolasFussberger commented Sep 18, 2026 •

Copy link
Copy Markdown
Contributor

Summary

Migrate the coverage pipeline from @score_tooling//coverage to the standalone, qualified score_coverage Bazel module (eclipse-score/coverage_tool). The public interface is identical; only labels change.

Requested here: eclipse-score/score#3258

@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview for this pull request is available at:
pr-663: https://eclipse-score.github.io/lifecycle/pr-663/

Comment thread quality/coverage/README.md Outdated

# 2. Generate the HTML report
bazel run @score_tooling//coverage:generate_coverage_html -- \
bazel run @score_coverage//:generate_coverage_html -- \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm usually against adding scripts, but I think in this case it might be good to wrap this in a sh script and make a bazel target for it. What do you think? Personally I have a macro to run the previous command but I can imagine that others would like to have a single command that would be updated automatically.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I pushed an update. Let me know if this is what you meant

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants