ci: enhance test workflow to include coverage reporting and upload to…#1082
Open
travzhang wants to merge 6 commits intoweb-infra-dev:mainfrom
Open
ci: enhance test workflow to include coverage reporting and upload to…#1082travzhang wants to merge 6 commits intoweb-infra-dev:mainfrom
travzhang wants to merge 6 commits intoweb-infra-dev:mainfrom
Conversation
fi3ework
reviewed
Mar 25, 2026
Member
fi3ework
left a comment
There was a problem hiding this comment.
thanks for your contribution, it looks interesting. we don't currently plan to use coverage because we don't intend to turn it into a KPI or similar metric. coverage doesn't reflect all test coverage intentions.
i'm also curious: what are the differences between canyou and other coverage testing platforms? thank you.
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.
Add Canyon Action for PR Coverage Reporting
Introduce canyon-action in GitHub Actions to collect and upload coverage artifacts from PR pipelines to https://app.canyonjs.io/
.
This enables diff coverage analysis for changed code in PRs, helping ensure code quality and prevent untested changes from being merged.
Summary
Related Links
https://github.com/web-infra-dev/rstest/actions/runs/23337871773
Checklist