-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: option to report details of unused snapshots #467
feat: option to report details of unused snapshots #467
Conversation
Hm ok, looks like the Windows VMs ends up with a different order for the unused snapshots? I'll adjust. |
…into unused-snapshot-reporting
This looks great! I ran the coverage report locally and can confirm it's still reporting 100%. We can probably add a different step for contributors that posts the codecov to the PR directly w/o going through codecov to avoid the token issue. |
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@all-contributors add eaculb for code, tests |
I've put up a pull request to add @eaculb! 🎉 |
Thank you & thanks for doing a release! :) |
hi @noahnu ! I was just looking to upgrade my |
This isn't intentional. I'll take a look. We recently changed the publish process, there might be a regression. |
thank you! |
@eaculb Sorry about that. Everything should be working now. Latest release is 1.2.2. |
No problem -- Thanks so much for fixing! |
Description
This PR introduces an additional CLI option that can be invoked to provide details (test name and snapshot location) of unused snapshots.
Related Issues
Checklist
Additional Comments
Not married to any wording or formatting; I tried to mirror what was already there as closely as possible.
I enjoy using syrupy in my projects! Thanks!