-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(snapshot): major improvements #15350
Conversation
A PR has been opened to address analyses snapshot changes. Please review the changes here: #15524 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ANALYSIS_REF: | ||
description: 'Branch or tag that provides the analysis output at test runtime' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Add something like what ref you want to compare snaphsot results to
TEST_SOURCE: | ||
description: 'Target for the test code' | ||
SNAPSHOT_REF: | ||
description: 'Branch or tag that provides the snapshot and test code at test runtime' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: what ref you want to use to run code and generate snapshots with
This is something that has always confused me every time I go to run something. So being a bit verbose would be helpful here.
If you can, you might provide a link to the README
Analyses Snapshot Improvements
GitHub cannot handle the diff so review locally.